Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h229 if (!m_loclist_table_header) in GetLoclistOffset()
232 std::optional<uint64_t> Offset = m_loclist_table_header->getOffsetEntry( in GetLoclistOffset()
348 std::optional<llvm::DWARFListTableHeader> m_loclist_table_header; variable
H A DDWARFUnit.cpp509 m_loclist_table_header.emplace(".debug_loclists", "locations"); in SetLoclistsBase()
511 if (llvm::Error E = m_loclist_table_header->extract( in SetLoclistsBase()