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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp391 TypeEntry->setId(TypeEntries.size() + 1);
394 TypeEntries.push_back(std::move(TypeEntry));
399 TypeEntry->setId(TypeEntries.size() + 1);
401 TypeEntries.push_back(std::move(TypeEntry));
753 if (!TypeEntries.size() && StringTable.getSize() == 1)
764 for (const auto &TypeEntry : TypeEntries)
774 for (const auto &TypeEntry : TypeEntries)
938 for (const auto &TypeEntry : TypeEntries)
968 for (const auto &TypeEntry : TypeEntries)
1266 for (const auto &TypeEntry : TypeEntries)
[all...]
H A DBTFDebug.h244 std::vector<std::unique_ptr<BTFTypeBase>> TypeEntries; member in class:llvm::BTFDebug
257 /// Add types to TypeEntries.
259 /// Add types to TypeEntries and DIToIdMap.
261 /// Add types to TypeEntries only and return type id.

Completed in 127 milliseconds