Searched refs:GetDWARFParser (Results 1 – 6 of 6) sorted by relevance
910 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction()954 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ConstructFunctionDemangledName()1419 type_system->GetDWARFParser()->EnsureAllDIEsInDeclContextHaveBeenParsed( in ParseDeclsForContext()1553 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in HasForwardDeclForCompilerType()1562 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in CompleteType()1598 DWARFASTParser *dwarf_ast = GetDWARFParser(*def_die.GetCU()); in CompleteType()2355 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()2490 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()2798 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()3005 type_system ? type_system->GetDWARFParser() : nullptr; in FindDefinitionDIE()[all …]
298 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
3690 SymbolFileDWARF::GetDWARFParser(*src_class_die.GetCU())); in CopyUniqueClassMethodTypes()3693 SymbolFileDWARF::GetDWARFParser(*dst_class_die.GetCU())); in CopyUniqueClassMethodTypes()
89 virtual plugin::dwarf::DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser() function
522 plugin::dwarf::DWARFASTParser *GetDWARFParser() override;
8991 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser() function in TypeSystemClang