Searched refs:CombinedIndex (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 868 const ModuleSummaryIndex *CombinedIndex; member in __anon6bc62a630211::CodeGen 890 : M(std::move(M)), OS(nullptr), TaskID(-1), CombinedIndex(nullptr), in CodeGen() 896 const ModuleSummaryIndex *CombinedIndex, std::string Filename, in CodeGen() argument 900 : M(std::move(M)), OS(OS), TaskID(TaskID), CombinedIndex(CombinedIndex), in CodeGen() 903 assert(options::thinlto == !!CombinedIndex && in CodeGen() 990 if (CombinedIndex) { in runLTOPasses() 1007 FunctionImporter Importer(*CombinedIndex, Loader); in runLTOPasses() 1182 const ModuleSummaryIndex &CombinedIndex, in thinLTOBackendTask() argument 1199 if (renameModuleForThinLTO(*NewModule, CombinedIndex)) in thinLTOBackendTask() 1202 CodeGen codeGen(std::move(NewModule), OS, TaskID, &CombinedIndex, Name, in thinLTOBackendTask() [all …]
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 490 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; in linkCombinedIndex() local 503 if (CombinedIndex) { in linkCombinedIndex() 504 CombinedIndex->mergeFrom(std::move(Index), ++NextModuleId); in linkCombinedIndex() 506 CombinedIndex = std::move(Index); in linkCombinedIndex() 509 return CombinedIndex; in linkCombinedIndex()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 286 ModuleSummaryIndex CombinedIndex; in createCombinedModuleSummaryIndex() local 298 CombinedIndex.mergeFrom(std::move(Index), ++NextModuleId); in createCombinedModuleSummaryIndex() 305 WriteIndexToFile(CombinedIndex, OS); in createCombinedModuleSummaryIndex() 448 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local 452 WriteIndexToFile(*CombinedIndex, OS); in thinLink()
|