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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h247 std::unordered_map<const DIType *, uint32_t> DIToIdMap; member in class:llvm::BTFDebug
261 /// Add types to TypeEntries and DIToIdMap.
347 assert(DIToIdMap.find(Ty) != DIToIdMap.end() &&
349 return DIToIdMap[Ty];
H A DBTFDebug.cpp398 DIToIdMap[Ty] = Id;
420 // DIToIdMap for cross-type reference check.
438 // not be added to DIToIdMap as it should not be referenced by
606 if (!Ty || DIToIdMap.find(Ty) != DIToIdMap.end()) {
607 TypeId = DIToIdMap[Ty];
620 // in DIToIdMap and a forward declaration fixup is created
662 if (!Ty || DIToIdMap.find(Ty) != DIToIdMap.end()) {
663 TypeId = DIToIdMap[T
[all...]

Completed in 72 milliseconds