Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp114 uint32_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
134 uint32_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables()
257 uint32_t entry_offset = nte.getEntryOffset(); in GetFunctions()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp679 uint32_t EntryOffset = NTE.getEntryOffset(); in dumpName()
787 return NTE.getEntryOffset(); in findEntryOffsetInCurrentIndex()
808 return NTE.getEntryOffset(); in findEntryOffsetInCurrentIndex()
H A DDWARFVerifier.cpp1235 uint32_t EntryID = NTE.getEntryOffset(); in verifyNameIndexEntries()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h381 uint32_t getEntryOffset() const { return EntryOffset; } in getEntryOffset() function