Lines Matching defs:dwarf_ast

910   DWARFASTParser *dwarf_ast = ts->GetDWARFParser();
911 if (!dwarf_ast)
932 return dwarf_ast->ParseFunctionFromDWARF(comp_unit, die, std::move(ranges));
954 DWARFASTParser *dwarf_ast = ts->GetDWARFParser();
955 if (!dwarf_ast)
958 return dwarf_ast->ConstructDemangledNameFromDWARF(die);
1598 DWARFASTParser *dwarf_ast = GetDWARFParser(*def_die.GetCU());
1599 if (!dwarf_ast)
1607 static_cast<DWARFASTParserClang *>(dwarf_ast);
1618 return dwarf_ast->CompleteTypeFromDWARF(def_die, type, compiler_type);
2354 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) {
2356 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die);
2495 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) {
2497 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die))
2803 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU());
2804 if (!dwarf_ast)
2807 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die);
3009 DWARFASTParser *dwarf_ast =
3015 (ctx_die.IsStructUnionOrClass() && dwarf_ast)
3016 ? dwarf_ast->GetDIEClassTemplateParams(ctx_die)
3037 dwarf_ast->GetDIEClassTemplateParams(ctx_die))
3097 DWARFASTParser *dwarf_ast = ts->GetDWARFParser();
3098 if (!dwarf_ast)
3101 TypeSP type_sp = dwarf_ast->ParseTypeFromDWARF(sc, die, type_is_new_ptr);
4311 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()))
4312 return dwarf_ast->GetDeclForUIDFromDWARF(die);
4317 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()))
4318 return dwarf_ast->GetDeclContextForUIDFromDWARF(die);
4324 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()))
4325 return dwarf_ast->GetDeclContextContainingUIDFromDWARF(die);