Searched refs:GetDWARFParser (Results 1 – 6 of 6) sorted by relevance
910 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction()961 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ConstructFunctionDemangledName()2514 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()2814 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()3134 DWARFASTParser *dwarf_ast = type_system->GetDWARFParser(); in FindDefinitionTypeForDWARFDeclContext()3225 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseType()4355 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser() function in SymbolFileDWARF4363 return ts->GetDWARFParser(); in GetDWARFParser()4368 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()4374 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDeclContext()[all …]
276 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
3753 SymbolFileDWARF::GetDWARFParser(*src_class_die.GetCU())); in CopyUniqueClassMethodTypes()3756 SymbolFileDWARF::GetDWARFParser(*dst_class_die.GetCU())); in CopyUniqueClassMethodTypes()
86 virtual plugin::dwarf::DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser() function
518 plugin::dwarf::DWARFASTParser *GetDWARFParser() override;
8883 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser() function in TypeSystemClang