Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h157 std::map<unsigned, StringRef> ModuleIdMap; variable
H A DLLParser.cpp7501 ModuleIdMap[ID] = ModuleEntry->first(); in ParseModuleEntry()
8876 auto I = ModuleIdMap.find(ModuleID); in ParseModuleReference()
8878 assert(I != ModuleIdMap.end()); in ParseModuleReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
H A DLLParser.h166 std::map<unsigned, StringRef> ModuleIdMap; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/
DLLParser.h175 std::map<unsigned, StringRef> ModuleIdMap; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/
DLLParser.h174 std::map<unsigned, StringRef> ModuleIdMap; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/
DLLParser.h175 std::map<unsigned, StringRef> ModuleIdMap; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/
DLLParser.h175 std::map<unsigned, StringRef> ModuleIdMap; variable
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp510 DenseMap<uint64_t, StringRef> ModuleIdMap; member in __anonfaa99ce00111::ModuleSummaryIndexBitcodeReader
6276 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6313 AS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6336 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6397 ModuleIdMap[ModuleId] = LastSeenModulePath->first(); in parseModuleStringTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp797 DenseMap<uint64_t, StringRef> ModuleIdMap; member in __anon4b219a820411::ModuleSummaryIndexBitcodeReader
6071 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6086 AS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6115 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6232 ModuleIdMap[ModuleId] = LastSeenModule->first(); in parseModuleStringTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp897 DenseMap<uint64_t, StringRef> ModuleIdMap; member in __anon614e6b880411::ModuleSummaryIndexBitcodeReader
7461 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
7476 AS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
7507 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
7721 ModuleIdMap[ModuleId] = LastSeenModule->first(); in parseModuleStringTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp8149 ModuleIdMap[ID] = ModuleEntry->first(); in parseModuleEntry()
9752 auto I = ModuleIdMap.find(ModuleID); in parseModuleReference()
9754 assert(I != ModuleIdMap.end()); in parseModuleReference()