Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp233 if (GetDebugMapSymfile ()) in GetTypeList()
513 if (GetDebugMapSymfile ()) in GetUniqueDWARFASTTypeMap()
521 if (GetDebugMapSymfile ()) in GetClangASTContext()
857 if (GetDebugMapSymfile ()) in GetDWARFCompileUnit()
913 if (GetDebugMapSymfile ()) in ParseCompileUnit()
1110 SymbolFileDWARFDebugMap * debug_map_symfile = GetDebugMapSymfile (); in FixupAddress()
4765 if (m_supports_DW_AT_APPLE_objc_complete_type == eLazyBoolNo && GetDebugMapSymfile ()) in Supports_DW_AT_APPLE_objc_complete_type()
6028 if (!type_sp && GetDebugMapSymfile ()) in ParseType()
6082 if (!type_sp && GetDebugMapSymfile ()) in ParseType()
6590 … SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseType()
[all …]
DSymbolFileDWARF.h459 GetDebugMapSymfile ();
DDWARFCompileUnit.cpp407 SymbolFileDWARFDebugMap *debug_map_sym_file = m_dwarf2Data->GetDebugMapSymfile(); in BuildAddressRangeTable()