Searched refs:dwarf_ast (Results 1 – 1 of 1) sorted by relevance
784 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction() local785 if (!dwarf_ast) in ParseFunction()788 return dwarf_ast->ParseFunctionFromDWARF(comp_unit, die); in ParseFunction()1495 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType() local1496 return dwarf_ast->CompleteTypeFromDWARF(dwarf_die, type, compiler_type); in CompleteType()2077 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables() local2079 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()2210 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext() local2212 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die)) in DIEInDeclContext()2462 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace() local[all …]