Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp48 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile) in GetFileRangeMap() argument
55 Module *oso_module = exe_symfile->GetModuleByCompUnitInfo (this); in GetFileRangeMap()
73 if (exe_symfile->GetCompUnitInfosForModule(oso_module, cu_infos)) in GetFileRangeMap()
77 Symtab *exe_symtab = exe_symfile->GetObjectFile()->GetSymtab(); in GetFileRangeMap()
123 exe_symfile->AddOSOFileRange (this, in GetFileRangeMap()
157 exe_symfile->AddOSOFileRange (this, in GetFileRangeMap()
168 exe_symfile->FinalizeOSOFileRanges (this); in GetFileRangeMap()
HDSymbolFileDWARFDebugMap.h179 GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);