Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp412 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()
H A DBTFDebug.h259 std::vector<std::unique_ptr<BTFTypeBase>> TypeEntries; variable