Home
last modified time | relevance | path

Searched refs:ModPath (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h467 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
1601 uint64_t getModuleId(const StringRef ModPath) const {
1602 return ModulePathStringTable.lookup(ModPath).first;
1606 const ModuleHash &getModuleHash(const StringRef ModPath) const {
1607 auto It = ModulePathStringTable.find(ModPath);
1640 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,
1642 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;
1646 ModuleInfo *getModule(StringRef ModPath) {
1647 auto It = ModulePathStringTable.find(ModPath);
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp541 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex() local
542 const auto &Filename = ModPath.first(); in loadAllFilesForIndex()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1912 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in findOrCompileModuleAndReadAST() local
1913 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); in findOrCompileModuleAndReadAST()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp1071 for (auto &[ModPath, ModId] : TheIndex->modulePaths()) in processIndex()
1072 ModuleIdToPathMap[ModId.first] = ModPath; in processIndex()
2891 for (auto &[ModPath, ModId] : TheIndex->modulePaths()) in printModuleSummaryIndex()
2892 moduleVec[Machine.getModulePathSlot(ModPath)] = std::make_pair( in printModuleSummaryIndex()
2895 ModId.first == -1u ? RegularLTOModuleName : std::string(ModPath), in printModuleSummaryIndex()