|
clang
5.0.0
|
Public Member Functions | |
| BareMetal (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args) | |
| ~BareMetal () override | |
| bool | useIntegratedAs () const override |
| Check if the toolchain should use the integrated assembler. More... | |
| bool | isCrossCompiling () const override |
| Returns true if the toolchain is targeting a non-native architecture. More... | |
| 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. More... | |
| bool | SupportsProfiling () const override |
| SupportsProfiling - Does this tool chain support -pg. More... | |
| bool | SupportsObjCGC () const override |
| Does this tool chain support Objective-C garbage collection. More... | |
| std::string | getThreadModel () const override |
| getThreadModel() - Which thread model does this target use? More... | |
| bool | isThreadModelSupported (const StringRef Model) const override |
| isThreadModelSupported() - Does this target support a thread model? More... | |
| RuntimeLibType | GetDefaultRuntimeLibType () const override |
| GetDefaultRuntimeLibType - Get the default runtime library variant to use. More... | |
| CXXStdlibType | GetDefaultCXXStdlibType () const override |
| const char * | getDefaultLinker () const override |
| GetDefaultLinker - Get the default linker to use. More... | |
| std::string | getRuntimesDir () const |
| void | AddClangSystemIncludeArgs (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override |
| Add the clang cc1 arguments for system include paths. More... | |
| void | addClangTargetOptions (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args, Action::OffloadKind DeviceOffloadKind) const override |
| Add options that need to be passed to cc1 for this target. More... | |
| std::string | findLibCxxIncludePath (ToolChain::CXXStdlibType LibType) const |
| void | AddClangCXXStdlibIncludeArgs (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override |
| AddClangCXXStdlibIncludeArgs - Add the clang -cc1 level arguments to set the include paths to use for the given C++ standard library type. More... | |
| void | AddCXXStdlibLibArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override |
| AddCXXStdlibLibArgs - Add the system specific linker arguments to use for the given C++ standard library type. More... | |
| void | AddLinkRuntimeLib (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
Public Member Functions inherited from clang::driver::ToolChain | |
| virtual | ~ToolChain () |
| const Driver & | getDriver () const |
| vfs::FileSystem & | getVFS () const |
| const llvm::Triple & | getTriple () const |
| virtual const llvm::Triple * | getAuxTriple () const |
| Get the toolchain's aux triple, if it has one. More... | |
| 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. More... | |
| std::string | getTripleString () const |
| const llvm::Triple & | getEffectiveTriple () const |
| Get the toolchain's effective clang triple. More... | |
| 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 XRayArgs & | getXRayArgs () const |
| const llvm::opt::Arg * | getRTTIArg () const |
| RTTIMode | getRTTIMode () const |
| virtual llvm::opt::DerivedArgList * | TranslateArgs (const llvm::opt::DerivedArgList &Args, StringRef BoundArch, Action::OffloadKind DeviceOffloadKind) const |
| TranslateArgs - Create a new derived argument list for any argument translations this ToolChain may wish to perform, or 0 if no tool chain specific translations are needed. More... | |
| virtual Tool * | SelectTool (const JobAction &JA) const |
Choose a tool to use to handle the action JA. More... | |
| std::string | GetFilePath (const char *Name) const |
| std::string | GetProgramPath (const char *Name) const |
| std::string | GetLinkerPath () const |
| Returns the linker path, respecting the -fuse-ld= argument to determine the linker suffix or name. More... | |
| virtual void | printVerboseInfo (raw_ostream &OS) const |
| Dispatch to the specific toolchain for verbose printing. More... | |
| virtual bool | HasNativeLLVMSupport () const |
| HasNativeLTOLinker - Check whether the linker and related tools have native LLVM support. More... | |
| virtual types::ID | LookupTypeForExtension (StringRef Ext) const |
| LookupTypeForExtension - Return the default language type to use for the given extension. More... | |
| virtual bool | IsBlocksDefault () const |
| IsBlocksDefault - Does this tool chain enable -fblocks by default. More... | |
| virtual bool | IsIntegratedAssemblerDefault () const |
| IsIntegratedAssemblerDefault - Does this tool chain enable -integrated-as by default. More... | |
| virtual bool | IsMathErrnoDefault () const |
| IsMathErrnoDefault - Does this tool chain use -fmath-errno by default. More... | |
| virtual bool | IsEncodeExtendedBlockSignatureDefault () const |
| IsEncodeExtendedBlockSignatureDefault - Does this tool chain enable -fencode-extended-block-signature by default. More... | |
| virtual bool | IsObjCNonFragileABIDefault () const |
| IsObjCNonFragileABIDefault - Does this tool chain set -fobjc-nonfragile-abi by default. More... | |
| virtual bool | UseObjCMixedDispatch () const |
| UseObjCMixedDispatchDefault - When using non-legacy dispatch, should the mixed dispatch method be used? More... | |
| virtual unsigned | GetDefaultStackProtectorLevel (bool KernelOrKext) const |
| GetDefaultStackProtectorLevel - Get the default stack protector level for this tool chain (0=off, 1=on, 2=strong, 3=all). More... | |
| virtual std::string | getCompilerRT (const llvm::opt::ArgList &Args, StringRef Component, bool Shared=false) const |
| const char * | getCompilerRTArgString (const llvm::opt::ArgList &Args, StringRef Component, bool Shared=false) const |
| std::string | getArchSpecificLibPath () const |
| virtual bool | IsUnwindTablesDefault (const llvm::opt::ArgList &Args) const |
| IsUnwindTablesDefault - Does this tool chain use -funwind-tables by default. More... | |
| virtual void | CheckObjCARC () const |
| Complain if this tool chain doesn't support Objective-C ARC. More... | |
| virtual bool | UseDwarfDebugFlags () const |
| UseDwarfDebugFlags - Embed the compile options to clang into the Dwarf compile unit information. More... | |
| virtual unsigned | GetDefaultDwarfVersion () const |
| virtual bool | GetDefaultStandaloneDebug () const |
| virtual llvm::DebuggerKind | getDefaultDebuggerTuning () const |
| virtual bool | UseSjLjExceptions (const llvm::opt::ArgList &Args) const |
| UseSjLjExceptions - Does this tool chain use SjLj exceptions. More... | |
| virtual bool | SupportsEmbeddedBitcode () const |
| SupportsEmbeddedBitcode - Does this tool chain support embedded bitcode. More... | |
| virtual std::string | ComputeLLVMTriple (const llvm::opt::ArgList &Args, types::ID InputType=types::TY_INVALID) const |
| ComputeLLVMTriple - Return the LLVM target triple to use, after taking command line arguments into account. More... | |
| virtual std::string | ComputeEffectiveClangTriple (const llvm::opt::ArgList &Args, types::ID InputType=types::TY_INVALID) const |
| ComputeEffectiveClangTriple - Return the Clang triple to use for this target, which may take into account the command line arguments. More... | |
| virtual ObjCRuntime | getDefaultObjCRuntime (bool isNonFragile) const |
| getDefaultObjCRuntime - Return the default Objective-C runtime for this platform. More... | |
| virtual bool | hasBlocksRuntime () const |
| hasBlocksRuntime - Given that the user is compiling with -fblocks, does this tool chain guarantee the existence of a blocks runtime? 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 |
| void | AddFilePathLibArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
| AddFilePathLibArgs - Add each thing in getFilePaths() as a "-L" option. More... | |
| virtual void | AddCCKextLibArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
| AddCCKextLibArgs - Add the system specific linker arguments to use for kernel extensions (Darwin-specific). More... | |
| virtual bool | AddFastMathRuntimeIfAvailable (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
| AddFastMathRuntimeIfAvailable - If a runtime library exists that sets global flags for unsafe floating point math, add it and return true. More... | |
| virtual void | addProfileRTLibs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
| addProfileRTLibs - When -fprofile-instr-profile is specified, try to pass a suitable profile runtime library to the linker. More... | |
| virtual void | AddCudaIncludeArgs (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const |
| Add arguments to use system-specific CUDA includes. More... | |
| virtual void | AddIAMCUIncludeArgs (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const |
| Add arguments to use MCU GCC toolchain includes. More... | |
| virtual VersionTuple | computeMSVCVersion (const Driver *D, const llvm::opt::ArgList &Args) const |
| On Windows, returns the MSVC compatibility version. More... | |
| virtual SanitizerMask | getSupportedSanitizers () const |
| Return sanitizers which are available in this toolchain. More... | |
| virtual SanitizerMask | getDefaultSanitizers () const |
| Return sanitizers which are enabled by default. More... | |
Static Public Member Functions | |
| static bool | handlesTarget (const llvm::Triple &Triple) |
Static Public Member Functions inherited from clang::driver::ToolChain | |
| static std::pair< std::string, std::string > | getTargetAndModeFromProgramName (StringRef ProgName) |
Return any implicit target and/or mode flag for an invocation of the compiler driver as ProgName. More... | |
| static bool | needsProfileRT (const llvm::opt::ArgList &Args) |
| needsProfileRT - returns true if instrumentation profile is on. More... | |
Protected Member Functions | |
| Tool * | buildLinker () const override |
Protected Member Functions inherited from clang::driver::ToolChain | |
| ToolChain (const Driver &D, const llvm::Triple &T, const llvm::opt::ArgList &Args) | |
| virtual Tool * | buildAssembler () const |
| virtual Tool * | getTool (Action::ActionClass AC) const |
Additional Inherited Members | |
Public Types inherited from clang::driver::ToolChain | |
| 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 Protected Member Functions inherited from clang::driver::ToolChain | |
| 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... | |
Protected Attributes inherited from clang::driver::ToolChain | |
| MultilibSet | Multilibs |
Definition at line 23 of file BareMetal.h.
| BareMetal::BareMetal | ( | const Driver & | D, |
| const llvm::Triple & | Triple, | ||
| const llvm::opt::ArgList & | Args | ||
| ) |
Definition at line 31 of file BareMetal.cpp.
References clang::driver::ToolChain::getDriver(), and clang::driver::ToolChain::getProgramPaths().
|
override |
Definition at line 39 of file BareMetal.cpp.
|
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 143 of file BareMetal.cpp.
References clang::driver::ToolChain::addSystemInclude(), findLibCxxIncludePath(), and clang::driver::ToolChain::GetCXXStdlibType().
|
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 82 of file BareMetal.cpp.
References clang::driver::ToolChain::addSystemInclude(), and clang::driver::ToolChain::getDriver().
|
overridevirtual |
Add options that need to be passed to cc1 for this target.
Reimplemented from clang::driver::ToolChain.
Definition at line 100 of file BareMetal.cpp.
|
overridevirtual |
AddCXXStdlibLibArgs - Add the system specific linker arguments to use for the given C++ standard library type.
Reimplemented from clang::driver::ToolChain.
Definition at line 155 of file BareMetal.cpp.
References clang::driver::ToolChain::CST_Libcxx, clang::driver::ToolChain::CST_Libstdcxx, and clang::driver::ToolChain::GetCXXStdlibType().
| void BareMetal::AddLinkRuntimeLib | ( | const llvm::opt::ArgList & | Args, |
| llvm::opt::ArgStringList & | CmdArgs | ||
| ) | const |
Definition at line 170 of file BareMetal.cpp.
References clang::driver::ToolChain::getArchName(), and clang::driver::ToolChain::getTriple().
|
overrideprotectedvirtual |
Reimplemented from clang::driver::ToolChain.
Definition at line 64 of file BareMetal.cpp.
| std::string BareMetal::findLibCxxIncludePath | ( | ToolChain::CXXStdlibType | LibType | ) | const |
Definition at line 106 of file BareMetal.cpp.
References clang::driver::ToolChain::CST_Libcxx, clang::driver::ToolChain::CST_Libstdcxx, clang::driver::ToolChain::getDriver(), clang::driver::ToolChain::getVFS(), clang::driver::toolchains::Generic_GCC::GCCVersion::Major, clang::driver::toolchains::Generic_GCC::GCCVersion::Parse(), clang::driver::Driver::SysRoot, and clang::driver::toolchains::Generic_GCC::GCCVersion::Text.
Referenced by AddClangCXXStdlibIncludeArgs().
|
inlineoverridevirtual |
Reimplemented from clang::driver::ToolChain.
Definition at line 47 of file BareMetal.h.
References clang::driver::ToolChain::CST_Libcxx.
|
inlineoverridevirtual |
GetDefaultLinker - Get the default linker to use.
Reimplemented from clang::driver::ToolChain.
Definition at line 51 of file BareMetal.h.
|
inlineoverridevirtual |
GetDefaultRuntimeLibType - Get the default runtime library variant to use.
Reimplemented from clang::driver::ToolChain.
Definition at line 44 of file BareMetal.h.
References clang::driver::ToolChain::RLT_CompilerRT.
| std::string BareMetal::getRuntimesDir | ( | ) | const |
Definition at line 76 of file BareMetal.cpp.
References clang::driver::ToolChain::getDriver().
|
overridevirtual |
getThreadModel() - Which thread model does this target use?
Reimplemented from clang::driver::ToolChain.
Definition at line 68 of file BareMetal.cpp.
|
static |
Definition at line 60 of file BareMetal.cpp.
References isARMBareMetal().
|
inlineoverridevirtual |
Returns true if the toolchain is targeting a non-native architecture.
Reimplemented from clang::driver::ToolChain.
Definition at line 35 of file BareMetal.h.
|
inlineoverridevirtual |
Test whether this toolchain defaults to PIC.
Implements clang::driver::ToolChain.
Definition at line 36 of file BareMetal.h.
|
inlineoverridevirtual |
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 38 of file BareMetal.h.
|
inlineoverridevirtual |
Test whether this toolchain defaults to PIE.
Implements clang::driver::ToolChain.
Definition at line 37 of file BareMetal.h.
|
overridevirtual |
isThreadModelSupported() - Does this target support a thread model?
Reimplemented from clang::driver::ToolChain.
Definition at line 72 of file BareMetal.cpp.
|
inlineoverridevirtual |
Does this tool chain support Objective-C garbage collection.
Reimplemented from clang::driver::ToolChain.
Definition at line 40 of file BareMetal.h.
|
inlineoverridevirtual |
SupportsProfiling - Does this tool chain support -pg.
Reimplemented from clang::driver::ToolChain.
Definition at line 39 of file BareMetal.h.
|
inlineoverridevirtual |
Check if the toolchain should use the integrated assembler.
Reimplemented from clang::driver::ToolChain.
Definition at line 34 of file BareMetal.h.
1.8.6