clang
3.7.0
|
#include <ToolChains.h>
Public Member Functions | |
MSVCToolChain (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args) | |
bool | IsIntegratedAssemblerDefault () const override |
bool | IsUnwindTablesDefault () const override |
bool | isPICDefault () const override |
Test whether this toolchain defaults to PIC. More... | |
bool | isPIEDefault () const override |
Test whether this toolchain defaults to PIE. More... | |
bool | isPICDefaultForced () const override |
Tests whether this toolchain forces its default for PIC, PIE or non-PIC. If this returns true, any PIC related flags should be ignored and instead the results of isPICDefault() and isPIEDefault() are used exclusively. More... | |
void | AddClangSystemIncludeArgs (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override |
Add the clang cc1 arguments for system include paths. More... | |
void | AddClangCXXStdlibIncludeArgs (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override |
bool | getWindowsSDKDir (std::string &path, int &major, int &minor) const |
Get Windows SDK installation directory. More... | |
bool | getWindowsSDKLibraryPath (std::string &path) const |
bool | getVisualStudioInstallDir (std::string &path) const |
bool | getVisualStudioBinariesFolder (const char *clangProgramPath, std::string &path) const |
std::string | ComputeEffectiveClangTriple (const llvm::opt::ArgList &Args, types::ID InputType) const override |
SanitizerMask | getSupportedSanitizers () const override |
Return sanitizers which are available in this toolchain. More... | |
![]() | |
virtual | ~ToolChain () |
const Driver & | getDriver () const |
const llvm::Triple & | getTriple () const |
llvm::Triple::ArchType | getArch () const |
StringRef | getArchName () const |
StringRef | getPlatform () const |
StringRef | getOS () const |
StringRef | getDefaultUniversalArchName () const |
Provide the default architecture name (as expected by -arch) for this toolchain. Note t. More... | |
std::string | getTripleString () const |
path_list & | getFilePaths () |
const path_list & | getFilePaths () const |
path_list & | getProgramPaths () |
const path_list & | getProgramPaths () const |
const MultilibSet & | getMultilibs () const |
const SanitizerArgs & | getSanitizerArgs () const |
const llvm::opt::Arg * | getRTTIArg () const |
RTTIMode | getRTTIMode () const |
virtual llvm::opt::DerivedArgList * | TranslateArgs (const llvm::opt::DerivedArgList &Args, const char *BoundArch) const |
virtual Tool * | SelectTool (const JobAction &JA) const |
std::string | GetFilePath (const char *Name) const |
std::string | GetProgramPath (const char *Name) const |
std::string | GetLinkerPath () const |
virtual void | printVerboseInfo (raw_ostream &OS) const |
Dispatch to the specific toolchain for verbose printing. More... | |
virtual bool | isCrossCompiling () const |
Returns true if the toolchain is targeting a non-native architecture. More... | |
virtual bool | HasNativeLLVMSupport () const |
virtual types::ID | LookupTypeForExtension (const char *Ext) const |
virtual bool | IsBlocksDefault () const |
IsBlocksDefault - Does this tool chain enable -fblocks by default. More... | |
bool | useIntegratedAs () const |
Check if the toolchain should use the integrated assembler. More... | |
virtual bool | IsMathErrnoDefault () const |
IsMathErrnoDefault - Does this tool chain use -fmath-errno by default. More... | |
virtual bool | IsEncodeExtendedBlockSignatureDefault () const |
virtual bool | IsObjCNonFragileABIDefault () const |
virtual bool | UseObjCMixedDispatch () const |
virtual unsigned | GetDefaultStackProtectorLevel (bool KernelOrKext) const |
virtual RuntimeLibType | GetDefaultRuntimeLibType () const |
GetDefaultRuntimeLibType - Get the default runtime library variant to use. More... | |
virtual bool | SupportsProfiling () const |
SupportsProfiling - Does this tool chain support -pg. More... | |
virtual bool | SupportsObjCGC () const |
Does this tool chain support Objective-C garbage collection. More... | |
virtual void | CheckObjCARC () const |
Complain if this tool chain doesn't support Objective-C ARC. More... | |
virtual bool | UseDwarfDebugFlags () const |
virtual bool | UseSjLjExceptions () const |
UseSjLjExceptions - Does this tool chain use SjLj exceptions. More... | |
virtual std::string | getThreadModel () const |
getThreadModel() - Which thread model does this target use? More... | |
virtual bool | isThreadModelSupported (const StringRef Model) const |
isThreadModelSupported() - Does this target support a thread model? More... | |
virtual std::string | ComputeLLVMTriple (const llvm::opt::ArgList &Args, types::ID InputType=types::TY_INVALID) const |
virtual ObjCRuntime | getDefaultObjCRuntime (bool isNonFragile) const |
virtual bool | hasBlocksRuntime () const |
virtual void | addClangTargetOptions (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const |
Add options that need to be passed to cc1 for this target. More... | |
virtual void | addClangWarningOptions (llvm::opt::ArgStringList &CC1Args) const |
Add warning options that need to be passed to cc1 for this target. More... | |
virtual RuntimeLibType | GetRuntimeLibType (const llvm::opt::ArgList &Args) const |
virtual CXXStdlibType | GetCXXStdlibType (const llvm::opt::ArgList &Args) const |
virtual void | AddCXXStdlibLibArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
virtual void | AddCCKextLibArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
virtual bool | AddFastMathRuntimeIfAvailable (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
Protected Member Functions | |
void | AddSystemIncludeWithSubfolder (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args, const std::string &folder, const char *subfolder) const |
Tool * | buildLinker () const override |
Tool * | buildAssembler () const override |
![]() | |
ToolChain (const Driver &D, const llvm::Triple &T, const llvm::opt::ArgList &Args) | |
virtual Tool * | getTool (Action::ActionClass AC) const |
Additional Inherited Members | |
![]() | |
enum | CXXStdlibType { CST_Libcxx, CST_Libstdcxx } |
enum | RuntimeLibType { RLT_CompilerRT, RLT_Libgcc } |
enum | RTTIMode { RM_EnabledExplicitly, RM_EnabledImplicitly, RM_DisabledExplicitly, RM_DisabledImplicitly } |
typedef SmallVector < std::string, 16 > | path_list |
![]() | |
static void | addSystemInclude (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args, const Twine &Path) |
Utility function to add a system include directory to CC1 arguments. More... | |
static void | addExternCSystemInclude (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args, const Twine &Path) |
Utility function to add a system include directory with extern "C" semantics to CC1 arguments. More... | |
static void | addExternCSystemIncludeIfExists (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args, const Twine &Path) |
static void | addSystemIncludes (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args, ArrayRef< StringRef > Paths) |
Utility function to add a list of system include directories to CC1. More... | |
![]() | |
MultilibSet | Multilibs |
Definition at line 799 of file ToolChains.h.
MSVCToolChain::MSVCToolChain | ( | const Driver & | D, |
const llvm::Triple & | Triple, | ||
const llvm::opt::ArgList & | Args | ||
) |
Definition at line 47 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::getDriver(), and clang::driver::ToolChain::getProgramPaths().
|
overridevirtual |
AddClangCXXStdlibIncludeArgs - Add the clang -cc1 level arguments to set the include paths to use for the given C++ standard library type.
Reimplemented from clang::driver::ToolChain.
Definition at line 495 of file MSVCToolChain.cpp.
|
overridevirtual |
Add the clang cc1 arguments for system include paths.
This routine is responsible for adding the necessary cc1 arguments to include headers from standard system header directories.
Reimplemented from clang::driver::ToolChain.
Definition at line 431 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::addSystemInclude(), clang::driver::ToolChain::addSystemIncludes(), AddSystemIncludeWithSubfolder(), clang::driver::ToolChain::getDriver(), getVisualStudioInstallDir(), getWindowsSDKDir(), and P.
|
protected |
Definition at line 422 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::addSystemInclude().
Referenced by AddClangSystemIncludeArgs().
|
overrideprotectedvirtual |
Reimplemented from clang::driver::ToolChain.
Definition at line 59 of file MSVCToolChain.cpp.
References clang::driver::Driver::Diag(), clang::driver::ToolChain::getDriver(), and clang::driver::ToolChain::getTriple().
|
overrideprotectedvirtual |
Reimplemented from clang::driver::ToolChain.
Definition at line 55 of file MSVCToolChain.cpp.
|
overridevirtual |
ComputeEffectiveClangTriple - Return the Clang triple to use for this target, which may take into account the command line arguments. For example, on Darwin the -mmacosx-version-min= command line argument (which sets the deployment target) determines the version in the triple passed to Clang.
Reimplemented from clang::driver::ToolChain.
Definition at line 501 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::ComputeEffectiveClangTriple(), clang::VersionTuple::empty(), clang::VersionTuple::getAsString(), clang::VersionTuple::getMajor(), clang::VersionTuple::getMinor(), clang::driver::tools::visualstudio::getMSVCVersion(), and clang::VersionTuple::getSubminor().
|
overridevirtual |
Return sanitizers which are available in this toolchain.
Reimplemented from clang::driver::ToolChain.
Definition at line 526 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::getSupportedSanitizers().
bool MSVCToolChain::getVisualStudioBinariesFolder | ( | const char * | clangProgramPath, |
std::string & | path | ||
) | const |
Definition at line 289 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::getArch(), and getVisualStudioInstallDir().
bool MSVCToolChain::getVisualStudioInstallDir | ( | std::string & | path | ) | const |
Definition at line 367 of file MSVCToolChain.cpp.
References getSystemRegistryString(), and p.
Referenced by AddClangSystemIncludeArgs(), and getVisualStudioBinariesFolder().
bool MSVCToolChain::getWindowsSDKDir | ( | std::string & | path, |
int & | major, | ||
int & | minor | ||
) | const |
Get Windows SDK installation directory.
Definition at line 209 of file MSVCToolChain.cpp.
References getSystemRegistryString().
Referenced by AddClangSystemIncludeArgs(), and getWindowsSDKLibraryPath().
bool MSVCToolChain::getWindowsSDKLibraryPath | ( | std::string & | path | ) | const |
Definition at line 222 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::getArch(), and getWindowsSDKDir().
|
overridevirtual |
IsIntegratedAssemblerDefault - Does this tool chain enable -integrated-as by default.
Reimplemented from clang::driver::ToolChain.
Definition at line 66 of file MSVCToolChain.cpp.
|
overridevirtual |
Test whether this toolchain defaults to PIC.
Implements clang::driver::ToolChain.
Definition at line 77 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::getArch().
|
overridevirtual |
Tests whether this toolchain forces its default for PIC, PIE or non-PIC. If this returns true, any PIC related flags should be ignored and instead the results of isPICDefault()
and isPIEDefault()
are used exclusively.
Implements clang::driver::ToolChain.
Definition at line 85 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::getArch().
|
overridevirtual |
Test whether this toolchain defaults to PIE.
Implements clang::driver::ToolChain.
Definition at line 81 of file MSVCToolChain.cpp.
|
overridevirtual |
IsUnwindTablesDefault - Does this tool chain use -funwind-tables by default.
Reimplemented from clang::driver::ToolChain.
Definition at line 70 of file MSVCToolChain.cpp.
References clang::driver::ToolChain::getArch().