Home
last modified time | relevance | path

Searched refs:NextModuleId (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/IR/
DModuleSummaryIndex.cpp22 uint64_t NextModuleId) { in mergeFrom() argument
38 ModPath = addModulePath(Path, NextModuleId, Other->getModuleHash(Path)) in mergeFrom()
/external/llvm/tools/gold/
Dgold-plugin.cpp1323 uint64_t NextModuleId = 0; in thinLTOLink() local
1362 CombinedIndex.mergeFrom(std::move(Index), ++NextModuleId); in thinLTOLink()
1368 ModuleToDefinedGVSummaries(NextModuleId); in thinLTOLink()
1371 StringMap<FunctionImporter::ImportMapTy> ImportLists(NextModuleId); in thinLTOLink()
1372 StringMap<FunctionImporter::ExportSetTy> ExportLists(NextModuleId); in thinLTOLink()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp491 uint64_t NextModuleId = 0; in linkCombinedIndex() local
504 CombinedIndex->mergeFrom(std::move(Index), ++NextModuleId); in linkCombinedIndex()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp287 uint64_t NextModuleId = 0; in createCombinedModuleSummaryIndex() local
298 CombinedIndex.mergeFrom(std::move(Index), ++NextModuleId); in createCombinedModuleSummaryIndex()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h444 uint64_t NextModuleId);