• Home
  • Raw
  • Download

Lines Matching refs:Darwin

44 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple)  in Darwin()  function in Darwin
64 types::ID Darwin::LookupTypeForExtension(const char *Ext) const { in LookupTypeForExtension()
74 bool Darwin::HasNativeLLVMSupport() const { in HasNativeLLVMSupport()
78 bool Darwin::hasARCRuntime() const { in hasARCRuntime()
96 bool Darwin::hasSubscriptingRuntime() const { in hasSubscriptingRuntime()
101 void Darwin::configureObjCRuntime(ObjCRuntime &runtime) const { in configureObjCRuntime()
117 bool Darwin::hasBlocksRuntime() const { in hasBlocksRuntime()
149 StringRef Darwin::getDarwinArchName(const ArgList &Args) const { in getDarwinArchName()
169 Darwin::~Darwin() { in ~Darwin()
176 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
195 Tool &Darwin::SelectTool(const Compilation &C, const JobAction &JA, in SelectTool()
254 : Darwin(D, Triple) in DarwinClang()
528 void Darwin::AddDeploymentTarget(DerivedArgList &Args) const { in AddDeploymentTarget()
751 DerivedArgList *Darwin::TranslateArgs(const DerivedArgList &Args, in TranslateArgs()
986 bool Darwin::IsUnwindTablesDefault() const { in IsUnwindTablesDefault()
992 bool Darwin::UseDwarfDebugFlags() const { in UseDwarfDebugFlags()
998 bool Darwin::UseSjLjExceptions() const { in UseSjLjExceptions()
1004 const char *Darwin::GetDefaultRelocationModel() const { in GetDefaultRelocationModel()
1008 const char *Darwin::GetForcedPicModel() const { in GetForcedPicModel()
1014 bool Darwin::SupportsProfiling() const { in SupportsProfiling()
1019 bool Darwin::SupportsObjCGC() const { in SupportsObjCGC()
1024 bool Darwin::SupportsObjCARC() const { in SupportsObjCARC()