Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2270 const DWARFDebugInfoEntry* type_die = debug_info->GetDIEPtr(type_uid, &cu_sp); in ResolveTypeUID() local
2272 return ResolveTypeUID (cu_sp.get(), type_die, assert_not_being_parsed); in ResolveTypeUID()
2646 SymbolFileDWARF::ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool… in ResolveType() argument
2648 if (type_die != NULL) in ResolveType()
2650 Type *type = m_die_to_type.lookup (type_die); in ResolveType()
2653 type = GetTypeForDIE (dwarf_cu, type_die).get(); in ResolveType()
2661 type_die->GetOffset(), in ResolveType()
2662 DW_TAG_value_to_name(type_die->Tag()), in ResolveType()
2663 type_die->GetName(this, dwarf_cu)); in ResolveType()
4805 const DWARFDebugInfoEntry* type_die = NULL; in FindCompleteObjCDefinitionTypeForDIE() local
[all …]
DSymbolFileDWARF.h112 …pe* ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_…