Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp202 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
235 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
480 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp853 uint64_t EntryOffset = NTE.getEntryOffset(); in dumpName()
968 return NTE.getEntryOffset(); in findEntryOffsetInCurrentIndex()
992 return NTE.getEntryOffset(); in findEntryOffsetInCurrentIndex()
H A DDWARFVerifier.cpp1594 uint64_t EntryID = NTE.getEntryOffset(); in verifyNameIndexEntries()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h582 uint64_t getEntryOffset() const { return EntryOffset; } in getEntryOffset() function