Home
last modified time | relevance | path

Searched refs:getDIESectionOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp173 if (is_in_range(entry.BaseEntry.getDIESectionOffset())) in GetGlobalVariables()
202 *entry.getDIESectionOffset()); in GetCompleteObjCClass()
286 *entry.getDIESectionOffset()); in GetFunctions()
H A DDWARFIndex.cpp103 *entry.getDIESectionOffset())); in operator ()()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp457 if (std::optional<uint64_t> Off = Entry.getDIESectionOffset()) { in getDies()
521 if (std::optional<uint64_t> Off = Entry.BaseEntry.getDIESectionOffset()) { in findAllApple()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h226 std::optional<uint64_t> getDIESectionOffset() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 AppleAcceleratorTable::Entry::getDIESectionOffset() const { in getDIESectionOffset() function in AppleAcceleratorTable::Entry