Home
last modified time | relevance | path

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

/freebsd/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.cpp1 //===-- DWARFASTParser.cpp ------------------------------------------------===//
9 #include "DWARFASTParser.h"
25 DWARFASTParser::ParseChildArrayInfo(const DWARFDIE &parent_die, in ParseChildArrayInfo()
104 Type *DWARFASTParser::GetTypeForDIE(const DWARFDIE &die) { in GetAccessTypeFromDWARF()
129 DWARFASTParser::GetAccessTypeFromDWARF(uint32_t dwarf_accessibility) {
H A DDWARFBaseDIE.h21 class DWARFASTParser; variable
H A DDWARFASTParserClang.h44 class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
255 static bool classof(const DWARFASTParser *Parser) { in classof()
H A DSymbolFileDWARF.cpp917 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction()
968 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ConstructFunctionDemangledName()
1549 return DWARFASTParser::ParseChildArrayInfo(type_die, exe_ctx); in GetDynamicArrayInfoForUID()
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()
3116 DWARFASTParser *dwarf_ast = in FindDefinitionDIE()
3204 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseType()
4369 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser()
[all …]
H A DSymbolFileDWARF.h85 friend class DWARFASTParser; variable
298 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
H A DDWARFASTParserClang.cpp69 : DWARFASTParser(Kind::DWARFASTParserClang), m_ast(ast), in DWARFASTParserClang()
299 DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
1496 DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParseInheritance()
2607 DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in MemberAttributes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h42 class DWARFASTParser; variable
89 virtual plugin::dwarf::DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser()
/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()
/freebsd/lib/clang/liblldb/
H A DMakefile556 SRCS+= Plugins/SymbolFile/DWARF/DWARFASTParser.cpp