Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp517 TypeEntry->setId(TypeEntries.size() + 1); in addType()
520 TypeEntries.push_back(std::move(TypeEntry)); in addType()
525 TypeEntry->setId(TypeEntries.size() + 1); in addType()
527 TypeEntries.push_back(std::move(TypeEntry)); in addType()
1034 if (!TypeEntries.size() && StringTable.getSize() == 1) in emitBTFSection()
1047 for (const auto &TypeEntry : TypeEntries) in emitBTFSection()
1057 for (const auto &TypeEntry : TypeEntries) in emitBTFSection()
1221 for (const auto &TypeEntry : TypeEntries) in beginFunctionImpl()
1251 for (const auto &TypeEntry : TypeEntries) in populateType()
1654 for (const auto &TypeEntry : TypeEntries) in endModule()
H A DBTFDebug.h297 std::vector<std::unique_ptr<BTFTypeBase>> TypeEntries; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp107 for (TypeEntry *&Name : TypeEntries) in maybeResetToLoadedStage()
123 TypeEntries.resize(getOrigUnit().getNumDIEs()); in loadInputDIEs()
246 TypeEntries = SmallVector<TypeEntry *>(); in cleanupDataAfterClonning()