Home
last modified time | relevance | path

Searched refs:GetDWARFParser (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp917 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction()
968 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ConstructFunctionDemangledName()
1480 type_system->GetDWARFParser()->EnsureAllDIEsInDeclContextHaveBeenParsed( in ParseDeclsForContext()
1615 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in HasForwardDeclForCompilerType()
1625 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in CompleteType()
1661 DWARFASTParser *dwarf_ast = GetDWARFParser(*def_die.GetCU()); in CompleteType()
2414 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()
2555 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()
2878 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()
3117 type_system ? type_system->GetDWARFParser() : nullptr; in FindDefinitionDIE()
[all …]
H A DSymbolFileDWARF.h298 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
H A DDWARFASTParserClang.cpp3683 SymbolFileDWARF::GetDWARFParser(*src_class_die.GetCU())); in CopyUniqueClassMethodTypes()
3686 SymbolFileDWARF::GetDWARFParser(*dst_class_die.GetCU())); in CopyUniqueClassMethodTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h89 virtual plugin::dwarf::DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h523 plugin::dwarf::DWARFASTParser *GetDWARFParser() override;
H A DTypeSystemClang.cpp9069 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser() function in TypeSystemClang