clang 22.0.0git
ZOS.cpp File Reference
#include "ZOS.h"
#include "clang/Driver/CommonArgs.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "llvm/Support/WithColor.h"

Go to the source code of this file.

Functions

static std::string getLEHLQ (const ArgList &Args)
static std::string getClangHLQ (const ArgList &Args)
static std::string getCSSHLQ (const ArgList &Args)

Function Documentation

◆ getClangHLQ()

std::string getClangHLQ ( const ArgList & Args)
static

Definition at line 91 of file ZOS.cpp.

References getLEHLQ().

Referenced by clang::driver::toolchains::ZOS::AddCXXStdlibLibArgs().

◆ getCSSHLQ()

std::string getCSSHLQ ( const ArgList & Args)
static

Definition at line 101 of file ZOS.cpp.

Referenced by clang::driver::tools::zos::Linker::ConstructJob().

◆ getLEHLQ()

std::string getLEHLQ ( const ArgList & Args)
static

Definition at line 81 of file ZOS.cpp.

Referenced by clang::driver::tools::zos::Linker::ConstructJob(), and getClangHLQ().