Home
last modified time | relevance | path

Searched refs:modulePaths (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp518 auto ModuleCount = Index.modulePaths().size(); in promote()
546 auto ModuleCount = Index.modulePaths().size(); in crossModuleImport()
568 auto ModuleCount = Index.modulePaths().size(); in gatherImportedSummariesForModule()
591 auto ModuleCount = Index.modulePaths().size(); in emitImports()
615 auto ModuleCount = Index.modulePaths().size(); in internalize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp306 if (!Index.modulePaths().count(ModuleID)) in ModuleCacheEntry()
657 auto ModuleCount = Index.modulePaths().size(); in promote()
697 auto ModuleCount = Index.modulePaths().size(); in crossModuleImport()
726 auto ModuleCount = Index.modulePaths().size(); in gatherImportedSummariesForModule()
749 auto ModuleCount = Index.modulePaths().size(); in emitImports()
779 auto ModuleCount = Index.modulePaths().size(); in internalize()
DLTO.cpp971 if (!Cache || !CombinedIndex.modulePaths().count(ModuleID) || in runThinLTOBackendThread()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h418 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const { in modulePaths() function
423 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() { in modulePaths() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1005 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
1010 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp346 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp431 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6049 if (TheIndex->modulePaths().empty()) in parseModule()
6052 if (TheIndex->modulePaths().size() != 1) in parseModule()
6054 auto &Hash = TheIndex->modulePaths().begin()->second.second; in parseModule()
6406 if (LastSeenModulePath == TheIndex->modulePaths().end()) in parseModuleStringTable()
6414 LastSeenModulePath = TheIndex->modulePaths().end(); in parseModuleStringTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp1017 for (auto &ModPath : TheIndex->modulePaths()) in processIndex()
2609 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()
2610 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp462 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule()
463 if (MPI == Index.modulePaths().end()) { in forEachModule()
473 for (const auto &MPSE : Index.modulePaths()) in forEachModule()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3162 for (const auto &MPSE : Index.modulePaths()) { in writeModStrings()