Home
last modified time | relevance | path

Searched defs:DebugPassManager (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h349 bool DebugPassManager = false; global() variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp171 DebugPassManager("debug-pass-manager", cl::Hidden, variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h169 bool DebugPassManager = false; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp241 optimizeModule(Module & TheModule,TargetMachine & TM,unsigned OptLevel,bool Freestanding,bool DebugPassManager,ModuleSummaryIndex * Index) optimizeModule() 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