Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp642 unsigned TmpTypeId; in genBTFTypeTags() local
649 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
654 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()
656 return TmpTypeId; in genBTFTypeTags()
824 int TmpTypeId = genBTFTypeTags(DTy, -1); in visitDerivedType() local
825 if (TmpTypeId >= 0) { in visitDerivedType()
909 uint32_t TmpTypeId; in visitTypeEntry() local
910 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry()
1616 int TmpTypeId = genBTFTypeTags(DTy, StructTypeId); in endModule() local
1617 if (TmpTypeId >= 0) in endModule()
[all …]