Home
last modified time | relevance | path

Searched refs:DWARFASTParser (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h30 class DWARFASTParser {
33 DWARFASTParser(Kind kind) : m_kind(kind) {} in DWARFASTParser() function
35 virtual ~DWARFASTParser() = default;
H A DDWARFASTParser.cpp25 DWARFASTParser::ParseChildArrayInfo(const DWARFDIE &parent_die, in ParseChildArrayInfo()
104 Type *DWARFASTParser::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE()
129 DWARFASTParser::GetAccessTypeFromDWARF(uint32_t dwarf_accessibility) { in GetAccessTypeFromDWARF()
H A DDWARFBaseDIE.h21 class DWARFASTParser; variable
H A DDWARFASTParserClang.h43 class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
249 static bool classof(const DWARFASTParser *Parser) { in classof()
H A DSymbolFileDWARF.cpp910 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction()
961 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ConstructFunctionDemangledName()
1542 return DWARFASTParser::ParseChildArrayInfo(type_die, exe_ctx); in GetDynamicArrayInfoForUID()
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()
4368 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()
4374 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDeclContext()
[all …]
H A DSymbolFileDWARF.h85 friend class DWARFASTParser; variable
276 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
H A DDWARFASTParserClang.cpp67 : DWARFASTParser(Kind::DWARFASTParserClang), m_ast(ast), in DWARFASTParserClang()
303 DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
1462 DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParseInheritance()
2677 DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in MemberAttributes()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h39 class DWARFASTParser; variable
86 virtual plugin::dwarf::DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h518 plugin::dwarf::DWARFASTParser *GetDWARFParser() override;
H A DTypeSystemClang.cpp8883 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile544 SRCS+= Plugins/SymbolFile/DWARF/DWARFASTParser.cpp