Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.h201 std::unordered_map<const DIType *, uint32_t> DIToIdMap; variable
269 assert(DIToIdMap.find(Ty) != DIToIdMap.end() && in getTypeId()
271 return DIToIdMap[Ty]; in getTypeId()
H A DBTFDebug.cpp329 DIToIdMap[Ty] = TypeEntry->getId(); in addType()
475 if (!Ty || DIToIdMap.find(Ty) != DIToIdMap.end()) in visitTypeEntry()