Home
last modified time | relevance | path

Searched refs:TypeEntries (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp514 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()
H A DBTFDebug.h297 std::vector<std::unique_ptr<BTFTypeBase>> TypeEntries; variable