clang 19.0.0git
Functions
ZOS.cpp File Reference
#include "ZOS.h"
#include "CommonArgs.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/FileSystem.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()

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

Definition at line 82 of file ZOS.cpp.

References getLEHLQ().

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

◆ getCSSHLQ()

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

Definition at line 92 of file ZOS.cpp.

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

◆ getLEHLQ()

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

Definition at line 72 of file ZOS.cpp.

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