|
clang 22.0.0git
|
#include "Solaris.h"#include "Gnu.h"#include "clang/Basic/LangStandard.h"#include "clang/Config/config.h"#include "clang/Driver/CommonArgs.h"#include "clang/Driver/Compilation.h"#include "clang/Driver/Driver.h"#include "clang/Driver/Options.h"#include "clang/Driver/SanitizerArgs.h"#include "clang/Driver/ToolChain.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/Option/ArgList.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/Path.h"Go to the source code of this file.
Functions | |
| static bool | getPIE (const ArgList &Args, const ToolChain &TC) |
| static StringRef | getSolarisLibSuffix (const llvm::Triple &Triple) |
Definition at line 46 of file Solaris.cpp.
References clang::driver::ToolChain::isPIEDefault().
Referenced by clang::driver::tools::solaris::Linker::ConstructJob().
|
static |
Definition at line 289 of file Solaris.cpp.
Referenced by clang::driver::toolchains::Solaris::Solaris().