Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp65 SymbolFileDWARFDebugMap *debug_map_sym_file = in BuildAddressRangeTable() local
67 if (debug_map_sym_file) { in BuildAddressRangeTable()
69 debug_map_sym_file->GetCompileUnitInfo(&GetSymbolFileDWARF()); in BuildAddressRangeTable()
73 debug_map_sym_file->AddOSOARanges(&m_dwarf, debug_aranges); in BuildAddressRangeTable()