Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp765 DWARFDIE decl_ctx_die = spec_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE() local
766 if (decl_ctx_die) in GetParentDeclContextDIE()
767 return decl_ctx_die; in GetParentDeclContextDIE()
772 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE() local
773 if (decl_ctx_die) in GetParentDeclContextDIE()
774 return decl_ctx_die; in GetParentDeclContextDIE()
DDWARFASTParserClang.cpp920 DWARFDIE decl_ctx_die; in ParseSubroutine() local
922 GetClangDeclContextContainingDIE(die, &decl_ctx_die); in ParseSubroutine()
1011 Type *class_type = dwarf->ResolveType(decl_ctx_die); in ParseSubroutine()
1014 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseSubroutine()
1015 IsClangModuleFwdDecl(decl_ctx_die)) { in ParseSubroutine()
1026 CopyUniqueClassMethodTypes(decl_ctx_die, class_type_die, in ParseSubroutine()
3469 DWARFDIE decl_ctx_die = dwarf->GetDeclContextDIEContainingDIE(die); in GetClangDeclContextContainingDIE() local
3472 *decl_ctx_die_copy = decl_ctx_die; in GetClangDeclContextContainingDIE()
3474 if (decl_ctx_die) { in GetClangDeclContextContainingDIE()
3476 GetClangDeclContextForDIE(decl_ctx_die); in GetClangDeclContextContainingDIE()
DSymbolFileDWARF.cpp1396 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(die); in ResolveTypeUID() local
1397 if (decl_ctx_die) { in ResolveTypeUID()
1399 switch (decl_ctx_die.Tag()) { in ResolveTypeUID()
1410 decl_ctx_die.GetOffset()); in ResolveTypeUID()
2608 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(spec_die); in GetDeclContextDIEContainingDIE() local
2609 if (decl_ctx_die) in GetDeclContextDIEContainingDIE()
2610 return decl_ctx_die; in GetDeclContextDIEContainingDIE()
2615 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(abs_die); in GetDeclContextDIEContainingDIE() local
2616 if (decl_ctx_die) in GetDeclContextDIEContainingDIE()
2617 return decl_ctx_die; in GetDeclContextDIEContainingDIE()
DDWARFASTParserClang.h145 DWARFDIE *decl_ctx_die);