Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp643 unsigned TmpTypeId; in genBTFTypeTags() local
650 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
655 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
657 return TmpTypeId; in genBTFTypeTags()
825 int TmpTypeId = genBTFTypeTags(DTy, -1); in visitDerivedType() local
826 if (TmpTypeId >= 0) { in visitDerivedType()
910 uint32_t TmpTypeId; in visitTypeEntry() local
911 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry()
1623 int TmpTypeId = genBTFTypeTags(DTy, StructTypeId); in endModule() local
1624 if (TmpTypeId >= 0) in endModule()
[all …]