Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp711 DenseMap<GlobalValue::GUID, unsigned> GUIDMap; member in llvm::SlotTracker
1151 guid_iterator I = GUIDMap.find(GUID); in getGUIDSlot()
1152 return I == GUIDMap.end() ? -1 : (int)I->second; in getGUIDSlot()
1231 GUIDMap[GUID] = GUIDNext++; in CreateGUIDSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp717 DenseMap<GlobalValue::GUID, unsigned> GUIDMap; member in llvm::SlotTracker
1206 guid_iterator I = GUIDMap.find(GUID); in getGUIDSlot()
1207 return I == GUIDMap.end() ? -1 : (int)I->second; in getGUIDSlot()
1287 GUIDMap[GUID] = GUIDNext++; in CreateGUIDSlot()