Searched refs:CombinedIndex (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/gold/
H A Dgold-plugin.cpp868 const ModuleSummaryIndex *CombinedIndex; member in class:__anon13496::CodeGen
890 : M(std::move(M)), OS(nullptr), TaskID(-1), CombinedIndex(nullptr),
896 const ModuleSummaryIndex *CombinedIndex, std::string Filename,
900 : M(std::move(M)), OS(OS), TaskID(TaskID), CombinedIndex(CombinedIndex),
903 assert(options::thinlto == !!CombinedIndex &&
990 if (CombinedIndex) {
1007 FunctionImporter Importer(*CombinedIndex, Loader);
1182 const ModuleSummaryIndex &CombinedIndex,
1199 if (renameModuleForThinLTO(*NewModule, CombinedIndex))
895 CodeGen(std::unique_ptr<llvm::Module> M, raw_fd_ostream *OS, int TaskID, const ModuleSummaryIndex *CombinedIndex, std::string Filename, StringMap<MemoryBufferRef> *ModuleMap, FunctionImporter::ImportMapTy *ImportList, std::map<GlobalValue::GUID, GlobalValueSummary *> *DefinedGlobals) argument
1180 thinLTOBackendTask(claimed_file &F, const void *View, StringRef Name, raw_fd_ostream *ApiFile, const ModuleSummaryIndex &CombinedIndex, raw_fd_ostream *OS, unsigned TaskID, StringMap<MemoryBufferRef> &ModuleMap, FunctionImporter::ImportMapTy &ImportList, std::map<GlobalValue::GUID, GlobalValueSummary *> &DefinedGlobals) argument
1202 CodeGen codeGen(std::move(NewModule), OS, TaskID, &CombinedIndex, Name, local
1209 thinLTOBackends(raw_fd_ostream *ApiFile, const ModuleSummaryIndex &CombinedIndex, StringMap<MemoryBufferRef> &ModuleMap, StringMap<FunctionImporter::ImportMapTy> &ImportLists, StringMap<std::map<GlobalValue::GUID, GlobalValueSummary *>> &ModuleToDefinedGVSummaries) argument
1322 ModuleSummaryIndex CombinedIndex; local
[all...]
/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp490 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; local
503 if (CombinedIndex) {
504 CombinedIndex->mergeFrom(std::move(Index), ++NextModuleId);
506 CombinedIndex = std::move(Index);
509 return CombinedIndex;
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp286 ModuleSummaryIndex CombinedIndex; local
298 CombinedIndex.mergeFrom(std::move(Index), ++NextModuleId);
305 WriteIndexToFile(CombinedIndex, OS);
448 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); local
452 WriteIndexToFile(*CombinedIndex, OS);

Completed in 223 milliseconds