Searched refs:dwarf_ast (Results 1 – 2 of 2) sorted by relevance
423 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetDecl() local424 if (dwarf_ast) in GetDecl()425 return dwarf_ast->GetDeclForUIDFromDWARF(*this); in GetDecl()431 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetDeclContext() local432 if (dwarf_ast) in GetDeclContext()433 return dwarf_ast->GetDeclContextForUIDFromDWARF(*this); in GetDeclContext()439 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetContainingDeclContext() local440 if (dwarf_ast) in GetContainingDeclContext()441 return dwarf_ast->GetDeclContextContainingUIDFromDWARF(*this); in GetContainingDeclContext()
788 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction() local789 if (!dwarf_ast) in ParseFunction()792 return dwarf_ast->ParseFunctionFromDWARF(comp_unit, die); in ParseFunction()1447 DWARFASTParser *dwarf_ast = dwarf_die.GetDWARFParser(); in CompleteType() local1448 if (dwarf_ast) in CompleteType()1449 return dwarf_ast->CompleteTypeFromDWARF(dwarf_die, type, compiler_type); in CompleteType()2134 DWARFASTParser *dwarf_ast = die.GetDWARFParser(); in FindGlobalVariables() local2135 if (dwarf_ast) { in FindGlobalVariables()2137 dwarf_ast->GetDeclContextContainingUIDFromDWARF(die); in FindGlobalVariables()2293 DWARFASTParser *dwarf_ast = die.GetDWARFParser(); in DIEInDeclContext() local[all …]