Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp1016 std::map<uint64_t, StringRef> ModuleIdToPathMap; in processIndex() local
1018 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()
1019 for (auto &ModPair : ModuleIdToPathMap) in processIndex()