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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp396 TypeEntry->setId(TypeEntries.size() + 1);
399 TypeEntries.push_back(std::move(TypeEntry));
404 TypeEntry->setId(TypeEntries.size() + 1);
406 TypeEntries.push_back(std::move(TypeEntry));
756 if (!TypeEntries.size() && StringTable.getSize() == 1)
767 for (const auto &TypeEntry : TypeEntries)
777 for (const auto &TypeEntry : TypeEntries)
941 for (const auto &TypeEntry : TypeEntries)
971 for (const auto &TypeEntry : TypeEntries)
1294 for (const auto &TypeEntry : TypeEntries)
[all...]
H A DBTFDebug.h246 std::vector<std::unique_ptr<BTFTypeBase>> TypeEntries; member in class:llvm::BTFDebug
259 /// Add types to TypeEntries.
261 /// Add types to TypeEntries and DIToIdMap.
263 /// Add types to TypeEntries only and return type id.

Completed in 74 milliseconds