Searched refs:GetDWARFParser (Results 1 – 6 of 6) sorted by relevance
833 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction()1590 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType()2177 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()2305 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()2557 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()2983 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseType()4039 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser() function in SymbolFileDWARF4046 return type_system_or_err->GetDWARFParser(); in GetDWARFParser()4050 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()4056 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDeclContext()[all …]
304 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
3496 SymbolFileDWARF::GetDWARFParser(*src_class_die.GetCU())); in CopyUniqueClassMethodTypes()3499 SymbolFileDWARF::GetDWARFParser(*dst_class_die.GetCU())); in CopyUniqueClassMethodTypes()
89 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser() function
442 DWARFASTParser *GetDWARFParser() override;
9353 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser() function in TypeSystemClang