Searched refs:TypeEntries (Results 1 – 2 of 2) sorted by relevance
412 TypeEntry->setId(TypeEntries.size() + 1); in addType()415 TypeEntries.push_back(std::move(TypeEntry)); in addType()420 TypeEntry->setId(TypeEntries.size() + 1); in addType()422 TypeEntries.push_back(std::move(TypeEntry)); in addType()782 if (!TypeEntries.size() && StringTable.getSize() == 1) in emitBTFSection()793 for (const auto &TypeEntry : TypeEntries) in emitBTFSection()803 for (const auto &TypeEntry : TypeEntries) in emitBTFSection()967 for (const auto &TypeEntry : TypeEntries) in beginFunctionImpl()997 for (const auto &TypeEntry : TypeEntries) in populateType()1361 for (const auto &TypeEntry : TypeEntries) in endModule()
259 std::vector<std::unique_ptr<BTFTypeBase>> TypeEntries; variable