Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp1070 std::map<uint64_t, StringRef> ModuleIdToPathMap; in processIndex() local
1072 ModuleIdToPathMap[ModId.first] = ModPath; in processIndex()
1073 for (auto &ModPair : ModuleIdToPathMap) in processIndex()