Searched refs:TmpTypeId (Results 1 – 1 of 1) sorted by relevance
642 unsigned TmpTypeId; in genBTFTypeTags() local649 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() local825 if (TmpTypeId >= 0) { in visitDerivedType()909 uint32_t TmpTypeId; in visitTypeEntry() local910 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry()1616 int TmpTypeId = genBTFTypeTags(DTy, StructTypeId); in endModule() local1617 if (TmpTypeId >= 0) in endModule()[all …]