Home
last modified time | relevance | path

Searched refs:modulePaths (Results 1 – 5 of 5) 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/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/tools/llvm-lto/
Dllvm-lto.cpp346 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/lib/Bitcode/Writer/
DBitcodeWriter.cpp3162 for (const auto &MPSE : Index.modulePaths()) { in writeModStrings()