Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4804 DWARFCompileUnit* type_cu = NULL; in FindCompleteObjCDefinitionTypeForDIE() local
4812 type_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &type_cu); in FindCompleteObjCDefinitionTypeForDIE()
4834 if (must_be_implementation && type_cu->Supports_DW_AT_APPLE_objc_complete_type()) in FindCompleteObjCDefinitionTypeForDIE()
4835 …try_resolving_type = type_die->GetAttributeValueAsUnsigned (this, type_cu, DW_AT_APPLE_objc_comple… in FindCompleteObjCDefinitionTypeForDIE()
4839 Type *resolved_type = ResolveType (type_cu, type_die, false); in FindCompleteObjCDefinitionTypeForDIE()
4847 MakeUserID(type_cu->GetOffset())); in FindCompleteObjCDefinitionTypeForDIE()
5050 DWARFCompileUnit* type_cu = NULL; in FindDefinitionTypeForDIE() local
5058 type_die = debug_info->GetDIEPtrWithCompileUnitHint (die_offset, &type_cu); in FindDefinitionTypeForDIE()
5113 if (DIEDeclContextsMatch(cu, die, type_cu, type_die)) in FindDefinitionTypeForDIE()
5115 Type *resolved_type = ResolveType (type_cu, type_die, false); in FindDefinitionTypeForDIE()
[all …]