Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp122 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
155 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
297 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp777 uint64_t EntryOffset = NTE.getEntryOffset(); in dumpName()
886 return NTE.getEntryOffset(); in findEntryOffsetInCurrentIndex()
907 return NTE.getEntryOffset(); in findEntryOffsetInCurrentIndex()
H A DDWARFVerifier.cpp1429 uint64_t EntryID = NTE.getEntryOffset(); in verifyNameIndexEntries()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h536 uint64_t getEntryOffset() const { return EntryOffset; } in getEntryOffset() function