Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp60 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable() local
62 if (debug_map_sym_file) { in BuildAddressRangeTable()
64 debug_map_sym_file->GetCompileUnitInfo(&GetSymbolFileDWARF()); in BuildAddressRangeTable()
68 debug_map_sym_file->AddOSOARanges(&m_dwarf, debug_aranges); in BuildAddressRangeTable()