Home
last modified time | relevance | path

Searched refs:BaseEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp155 if (!converted_cb(entry.BaseEntry)) in GetGlobalVariables()
173 if (is_in_range(entry.BaseEntry.getDIESectionOffset())) in GetGlobalVariables()
174 if (!converted_cb(entry.BaseEntry)) in GetGlobalVariables()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h267 : BaseEntry(Table), StrOffset(0) {} in EntryWithName()
270 return BaseEntry.Table.readStringFromStrSection(StrOffset); in readName()
273 Entry BaseEntry; member
290 return Current.BaseEntry.Table; in getTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp521 if (std::optional<uint64_t> Off = Entry.BaseEntry.getDIESectionOffset()) { in findAllApple()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp318 Current.BaseEntry.extract(&OffsetCopy); in prepareNextEntryOrEnd()