Home
last modified time | relevance | path

Searched defs:DisableCodeGen (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h334 bool DisableCodeGen = false; global() variable
/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp440 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