Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h228 std::optional<uint64_t> GetLoclistOffset(uint32_t Index) { in GetLoclistOffset() function
H A DSymbolFileDWARF.cpp3384 offset = die.GetCU()->GetLoclistOffset(offset).value_or(-1); in GetExprListFromAtLocation()