Home
last modified time | relevance | path

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

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