Home
last modified time | relevance | path

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

/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
DLLJITWithThinLTOSummaries.cpp106 ModulePaths.reserve(Index.modulePaths().size()); in DefinitionNotFoundInSummary()
107 for (const auto &Entry : Index.modulePaths()) in DefinitionNotFoundInSummary()
221 for (const auto &Entry : SummaryIndex->modulePaths()) { in main()
/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/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp340 if (!Index.modulePaths().count(ModuleID)) in ModuleCacheEntry()
662 auto ModuleCount = Index.modulePaths().size(); in promote()
713 auto ModuleCount = Index.modulePaths().size(); in crossModuleImport()
747 auto ModuleCount = Index.modulePaths().size(); in gatherImportedSummariesForModule()
780 auto ModuleCount = Index.modulePaths().size(); in emitImports()
822 auto ModuleCount = Index.modulePaths().size(); in internalize()
DLTO.cpp1162 if (!Cache || !CombinedIndex.modulePaths().count(ModuleID) || in runThinLTOBackendThread()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp324 if (!Index.modulePaths().count(ModuleID)) in ModuleCacheEntry()
635 auto ModuleCount = Index.modulePaths().size(); in promote()
685 auto ModuleCount = Index.modulePaths().size(); in crossModuleImport()
717 auto ModuleCount = Index.modulePaths().size(); in gatherImportedSummariesForModule()
750 auto ModuleCount = Index.modulePaths().size(); in emitImports()
792 auto ModuleCount = Index.modulePaths().size(); in internalize()
DLTO.cpp1100 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/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h1350 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
1355 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1239 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
1244 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp346 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex()
/external/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp500 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/llvm-project/llvm/lib/IR/
DAsmWriter.cpp1074 for (auto &ModPath : TheIndex->modulePaths()) in processIndex()
2879 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()
2880 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1030 for (auto &ModPath : TheIndex->modulePaths()) in processIndex()
2689 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()
2690 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp467 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule()
468 if (MPI == Index.modulePaths().end()) { in forEachModule()
478 for (const auto &MPSE : Index.modulePaths()) in forEachModule()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp477 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule()
478 if (MPI == Index.modulePaths().end()) { in forEachModule()
488 for (const auto &MPSE : Index.modulePaths()) in forEachModule()
/external/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp851 const auto &ModPaths = Summary->modulePaths(); in checkCombinedSummaryForTesting()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3162 for (const auto &MPSE : Index.modulePaths()) { in writeModStrings()