Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp1029 std::map<uint64_t, StringRef> ModuleIdToPathMap; in processIndex() local
1031 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()
1032 for (auto &ModPair : ModuleIdToPathMap) in processIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()