Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp48 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile) in GetFileRangeMap() argument
55 Module *oso_module = exe_symfile->GetModuleByCompUnitInfo (this); in GetFileRangeMap()
74 if (exe_symfile->GetCompUnitInfosForModule(oso_module, cu_infos)) in GetFileRangeMap()
78 Symtab *exe_symtab = exe_symfile->GetObjectFile()->GetSymtab(); in GetFileRangeMap()
124 exe_symfile->AddOSOFileRange (this, in GetFileRangeMap()
159 exe_symfile->AddOSOFileRange (this, in GetFileRangeMap()
170 exe_symfile->FinalizeOSOFileRanges (this); in GetFileRangeMap()
DSymbolFileDWARFDebugMap.h183 GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);