Searched refs:dwarf_ast (Results 1 – 1 of 1) sorted by relevance
772 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction() local773 if (!dwarf_ast) in ParseFunction()776 return dwarf_ast->ParseFunctionFromDWARF(comp_unit, die); in ParseFunction()1486 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType() local1487 return dwarf_ast->CompleteTypeFromDWARF(dwarf_die, type, compiler_type); in CompleteType()2132 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables() local2134 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()2265 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext() local2267 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die)) in DIEInDeclContext()2519 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace() local[all …]