Searched refs:TypeEntries (Results 1 – 2 of 2) sorted by relevance
328 TypeEntry->setId(TypeEntries.size() + 1); in addType()330 TypeEntries.push_back(std::move(TypeEntry)); in addType()334 TypeEntry->setId(TypeEntries.size() + 1); in addType()336 TypeEntries.push_back(std::move(TypeEntry)); in addType()558 for (const auto &TypeEntry : TypeEntries) in emitBTFSection()568 for (const auto &TypeEntry : TypeEntries) in emitBTFSection()753 for (const auto &TypeEntry : TypeEntries) in endModule()
200 std::vector<std::unique_ptr<BTFTypeBase>> TypeEntries; variable