Searched refs:TmpTypeId (Results 1 – 1 of 1) sorted by relevance
643 unsigned TmpTypeId; in genBTFTypeTags() local650 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() local826 if (TmpTypeId >= 0) { in visitDerivedType()910 uint32_t TmpTypeId; in visitTypeEntry() local911 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry()1623 int TmpTypeId = genBTFTypeTags(DTy, StructTypeId); in endModule() local1624 if (TmpTypeId >= 0) in endModule()[all …]