Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h243 std::optional<uint64_t> GetLoclistOffset(uint32_t Index) { in GetLoclistOffset() function
H A DSymbolFileDWARF.cpp3384 offset = die.GetCU()->GetLoclistOffset(offset).value_or(-1); in ParseVariableDIE()