clang
3.7.0
|
DarwinClang - The Darwin toolchain used by Clang. More...
#include <ToolChains.h>
Public Member Functions | |
DarwinClang (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args) | |
![]() | |
Darwin (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args) | |
Darwin - Darwin tool chain for i386 and x86_64. More... | |
~Darwin () override | |
std::string | ComputeEffectiveClangTriple (const llvm::opt::ArgList &Args, types::ID InputType) const override |
void | addMinVersionArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override |
void | addStartObjectFileArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override |
bool | isKernelStatic () const override |
void | addProfileRTLibs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override |
bool | isCrossCompiling () const override |
Returns true if the toolchain is targeting a non-native architecture. More... | |
llvm::opt::DerivedArgList * | TranslateArgs (const llvm::opt::DerivedArgList &Args, const char *BoundArch) const override |
ObjCRuntime | getDefaultObjCRuntime (bool isNonFragile) const override |
Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0. More... | |
bool | hasBlocksRuntime () const override |
Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2. More... | |
bool | UseObjCMixedDispatch () const override |
unsigned | GetDefaultStackProtectorLevel (bool KernelOrKext) const override |
bool | SupportsObjCGC () const override |
Does this tool chain support Objective-C garbage collection. More... | |
void | CheckObjCARC () const override |
Complain if this tool chain doesn't support Objective-C ARC. More... | |
bool | UseSjLjExceptions () const override |
UseSjLjExceptions - Does this tool chain use SjLj exceptions. More... | |
SanitizerMask | getSupportedSanitizers () const override |
Return sanitizers which are available in this toolchain. More... | |
![]() | |
MachO (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args) | |
~MachO () override | |
StringRef | getMachOArchName (const llvm::opt::ArgList &Args) const |
bool | isTargetIOSBased () const |
Is the target either iOS or an iOS simulator? More... | |
void | AddLinkRuntimeLib (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs, StringRef DarwinLibName, bool AlwaysLink=false, bool IsEmbedded=false, bool AddRPath=false) const |
types::ID | LookupTypeForExtension (const char *Ext) const override |
bool | HasNativeLLVMSupport () const override |
bool | IsBlocksDefault () const override |
IsBlocksDefault - Does this tool chain enable -fblocks by default. More... | |
bool | IsIntegratedAssemblerDefault () const override |
bool | IsMathErrnoDefault () const override |
IsMathErrnoDefault - Does this tool chain use -fmath-errno by default. More... | |
bool | IsEncodeExtendedBlockSignatureDefault () const override |
bool | IsObjCNonFragileABIDefault () const override |
bool | IsUnwindTablesDefault () const override |
RuntimeLibType | GetDefaultRuntimeLibType () const override |
GetDefaultRuntimeLibType - Get the default runtime library variant to use. 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. If this returns true, any PIC related flags should be ignored and instead the results of isPICDefault() and isPIEDefault() are used exclusively. More... | |
bool | SupportsProfiling () const override |
SupportsProfiling - Does this tool chain support -pg. More... | |
bool | UseDwarfDebugFlags () const override |
![]() | |
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 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... | |
bool | useIntegratedAs () const |
Check if the toolchain should use the integrated assembler. 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 void | AddClangSystemIncludeArgs (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const |
Add the clang cc1 arguments for system include paths. More... | |
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 RuntimeLibType | GetRuntimeLibType (const llvm::opt::ArgList &Args) const |
virtual CXXStdlibType | GetCXXStdlibType (const llvm::opt::ArgList &Args) const |
virtual void | AddClangCXXStdlibIncludeArgs (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const |
virtual bool | AddFastMathRuntimeIfAvailable (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const |
Apple ToolChain Implementation | |
void | AddLinkRuntimeLibArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override |
Add the linker arguments to link the compiler runtime library. More... | |
void | AddCXXStdlibLibArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override |
void | AddCCKextLibArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override |
void | addClangWarningOptions (llvm::opt::ArgStringList &CC1Args) const override |
Add warning options that need to be passed to cc1 for this target. More... | |
void | AddLinkARCArgs (const llvm::opt::ArgList &Args, llvm::opt::ArgStringList &CmdArgs) const override |
Add the linker arguments to link the ARC runtime library. More... | |
Additional Inherited Members | |
![]() | |
enum | DarwinPlatformKind { MacOS, IPhoneOS, IPhoneOSSimulator } |
![]() | |
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 |
![]() | |
bool | TargetInitialized |
Whether the information on the target has been initialized. More... | |
DarwinPlatformKind | TargetPlatform |
VersionTuple | TargetVersion |
The OS version we are targeting. More... | |
![]() | |
void | setTarget (DarwinPlatformKind Platform, unsigned Major, unsigned Minor, unsigned Micro) const |
bool | isTargetIPhoneOS () const |
bool | isTargetIOSSimulator () const |
bool | isTargetIOSBased () const |
bool | isTargetMacOS () const |
bool | isTargetInitialized () const |
VersionTuple | getTargetVersion () const |
bool | isIPhoneOSVersionLT (unsigned V0, unsigned V1=0, unsigned V2=0) const |
bool | isMacosxVersionLT (unsigned V0, unsigned V1=0, unsigned V2=0) const |
![]() | |
Tool * | buildAssembler () const override |
Tool * | buildLinker () const override |
Tool * | getTool (Action::ActionClass AC) const override |
![]() | |
ToolChain (const Driver &D, const llvm::Triple &T, const llvm::opt::ArgList &Args) | |
![]() | |
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 |
DarwinClang - The Darwin toolchain used by Clang.
Definition at line 451 of file ToolChains.h.
DarwinClang::DarwinClang | ( | const Driver & | D, |
const llvm::Triple & | Triple, | ||
const llvm::opt::ArgList & | Args | ||
) |
Definition at line 214 of file ToolChains.cpp.
|
overridevirtual |
AddCCKextLibArgs - Add the system specific linker arguments to use for kernel extensions (Darwin-specific).
Reimplemented from clang::driver::ToolChain.
Definition at line 612 of file ToolChains.cpp.
References clang::driver::ToolChain::getArch(), clang::driver::ToolChain::getDriver(), clang::driver::ToolChain::getTriple(), clang::driver::toolchains::Darwin::isIPhoneOSVersionLT(), clang::driver::toolchains::Darwin::isTargetIOSSimulator(), clang::driver::toolchains::Darwin::isTargetIPhoneOS(), and P.
|
overridevirtual |
Add warning options that need to be passed to cc1 for this target.
Reimplemented from clang::driver::ToolChain.
Definition at line 218 of file ToolChains.cpp.
References clang::driver::ToolChain::getTriple(), and clang::driver::toolchains::Darwin::isTargetMacOS().
|
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 566 of file ToolChains.cpp.
References clang::driver::ToolChain::CST_Libcxx, clang::driver::ToolChain::CST_Libstdcxx, clang::driver::ToolChain::GetCXXStdlibType(), and P.
|
overridevirtual |
Add the linker arguments to link the ARC runtime library.
Reimplemented from clang::driver::toolchains::MachO.
Definition at line 238 of file ToolChains.cpp.
References clang::driver::ToolChain::getArch(), clang::driver::toolchains::Darwin::getDefaultObjCRuntime(), clang::driver::ToolChain::getDriver(), clang::ObjCRuntime::hasNativeARC(), clang::ObjCRuntime::hasSubscripting(), isObjCAutoRefCount(), clang::driver::toolchains::Darwin::isTargetIOSSimulator(), clang::driver::toolchains::Darwin::isTargetIPhoneOS(), clang::driver::toolchains::Darwin::isTargetMacOS(), and P.
|
overridevirtual |
Add the linker arguments to link the compiler runtime library.
Reimplemented from clang::driver::toolchains::MachO.
Definition at line 345 of file ToolChains.cpp.
References clang::driver::toolchains::MachO::AddLinkRuntimeLib(), clang::driver::Driver::Diag(), clang::driver::ToolChain::getArch(), clang::driver::ToolChain::getDriver(), clang::driver::ToolChain::GetRuntimeLibType(), clang::driver::ToolChain::getSanitizerArgs(), clang::driver::ToolChain::getTriple(), clang::driver::toolchains::Darwin::isIPhoneOSVersionLT(), clang::driver::toolchains::Darwin::isMacosxVersionLT(), clang::driver::toolchains::Darwin::isTargetIOSBased(), clang::driver::toolchains::Darwin::isTargetIOSSimulator(), clang::driver::toolchains::Darwin::isTargetMacOS(), clang::driver::SanitizerArgs::needsAsanRt(), clang::driver::SanitizerArgs::needsUbsanRt(), and clang::driver::ToolChain::RLT_CompilerRT.