Searched refs:TmpTypeId (Results 1 – 1 of 1) sorted by relevance
622 unsigned TmpTypeId; in genBTFTypeTags() local629 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()634 TmpTypeId = addType(std::move(TypeEntry)); in genBTFTypeTags()636 return TmpTypeId; in genBTFTypeTags()798 int TmpTypeId = genBTFTypeTags(DTy, -1); in visitDerivedType() local799 if (TmpTypeId >= 0) { in visitDerivedType()871 uint32_t TmpTypeId; in visitTypeEntry() local872 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry()1594 int TmpTypeId = genBTFTypeTags(DTy, StructTypeId); in endModule() local1595 if (TmpTypeId >= 0) in endModule()[all …]