Searched refs:GetDWARFParser (Results 1 – 6 of 6) sorted by relevance
784 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction()1495 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType()2077 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()2210 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()2462 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()2890 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseType()3831 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser() function in SymbolFileDWARF3838 return type_system_or_err->GetDWARFParser(); in GetDWARFParser()3842 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()3848 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDeclContext()[all …]
304 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
3572 SymbolFileDWARF::GetDWARFParser(*src_die.GetCU())); in CopyUniqueClassMethodTypes()3575 SymbolFileDWARF::GetDWARFParser(*dst_die.GetCU())); in CopyUniqueClassMethodTypes()
89 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser() function
448 DWARFASTParser *GetDWARFParser() override;
9252 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser() function in TypeSystemClang