Home
last modified time | relevance | path

Searched refs:GetLoclistOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h240 llvm::Optional<uint64_t> GetLoclistOffset(uint32_t Index) { in GetLoclistOffset() function
H A DSymbolFileDWARF.cpp3147 offset = die.GetCU()->GetLoclistOffset(offset).getValueOr(-1); in ParseVariableDIE()