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.cpp910 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 …]
H A DSymbolFileDWARF.h298 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
H A DDWARFASTParserClang.cpp3690 SymbolFileDWARF::GetDWARFParser(*src_class_die.GetCU())); in CopyUniqueClassMethodTypes()
3693 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.h522 plugin::dwarf::DWARFASTParser *GetDWARFParser() override;
H A DTypeSystemClang.cpp8991 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser() function in TypeSystemClang