Home
last modified time | relevance | path

Searched defs:Freestanding (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h342 bool Freestanding = false; global() variable
/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp241 optimizeModule(Module & TheModule,TargetMachine & TM,unsigned OptLevel,bool Freestanding,bool DebugPassManager,ModuleSummaryIndex * Index) optimizeModule() argument
368 ModuleCacheEntry(StringRef CachePath,const ModuleSummaryIndex & Index,StringRef ModuleID,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGVSummaries,unsigned OptLevel,bool Freestanding,const TargetMachineBuilder & TMBuilder) ModuleCacheEntry() argument
441 ProcessThinLTOModule(Module & TheModule,ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,TargetMachine & TM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,const GVSummaryMapTy & DefinedGlobals,const ThinLTOCodeGenerator::CachingOptions & CacheOptions,bool DisableCodeGen,StringRef SaveTempsDir,bool Freestanding,unsigned OptLevel,unsigned count,bool DebugPassManager) ProcessThinLTOModule() argument
[all...]
/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h65 bool Freestanding = false; member
/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp728 NVPTXToolChain(const Driver & D,const llvm::Triple & Triple,const llvm::Triple & HostTriple,const ArgList & Args,bool Freestanding=false) NVPTXToolChain() argument
H A DClang.cpp5881 bool Freestanding = ConstructJob() local