Searched refs:TypeEntries (Results 1 – 2 of 2) sorted by relevance
514 TypeEntry->setId(TypeEntries.size() + 1); in addType()517 TypeEntries.push_back(std::move(TypeEntry)); in addType()522 TypeEntry->setId(TypeEntries.size() + 1); in addType()524 TypeEntries.push_back(std::move(TypeEntry)); in addType()995 if (!TypeEntries.size() && StringTable.getSize() == 1) in emitBTFSection()1008 for (const auto &TypeEntry : TypeEntries) in emitBTFSection()1018 for (const auto &TypeEntry : TypeEntries) in emitBTFSection()1195 for (const auto &TypeEntry : TypeEntries) in beginFunctionImpl()1225 for (const auto &TypeEntry : TypeEntries) in populateType()1603 for (const auto &TypeEntry : TypeEntries) in endModule()
297 std::vector<std::unique_ptr<BTFTypeBase>> TypeEntries; variable