Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1110 SymbolFileDWARFDebugMap * debug_map_symfile = GetDebugMapSymfile (); in FixupAddress() local
1111 if (debug_map_symfile) in FixupAddress()
1113 return debug_map_symfile->LinkOSOAddress(addr); in FixupAddress()
6681 … SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseType() local
6682 if (debug_map_symfile) in ParseType()
6684 …class_symfile = debug_map_symfile->GetSymbolFileByOSOIndex(SymbolFileDWARFDebugMap::GetOSOIndexFro… in ParseType()
7492 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile (); in ParseVariableDIE() local
7494 if (debug_map_symfile) in ParseVariableDIE()
7519 ObjectFile *debug_map_objfile = debug_map_symfile->GetObjectFile(); in ParseVariableDIE()
7552 …const lldb::addr_t exe_file_addr = debug_map_symfile->LinkOSOFileAddress(this, location_DW_OP_addr… in ParseVariableDIE()