Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp110 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
134 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
275 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp695 uint64_t EntryOffset = NTE.getEntryOffset(); in dumpName()
804 return NTE.getEntryOffset(); in findEntryOffsetInCurrentIndex()
825 return NTE.getEntryOffset(); in findEntryOffsetInCurrentIndex()
H A DDWARFVerifier.cpp1372 uint64_t EntryID = NTE.getEntryOffset(); in verifyNameIndexEntries()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h384 uint64_t getEntryOffset() const { return EntryOffset; } in getEntryOffset() function