Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h26 class DWARFASTParser {
28 virtual ~DWARFASTParser() = default;
H A DDWARFASTParser.cpp22 DWARFASTParser::ParseChildArrayInfo(const DWARFDIE &parent_die, in ParseChildArrayInfo()
103 DWARFASTParser::GetAccessTypeFromDWARF(uint32_t dwarf_accessibility) { in GetAccessTypeFromDWARF()
H A DCMakeLists.txt14 DWARFASTParser.cpp
H A DDWARFBaseDIE.h18 class DWARFASTParser; variable
H A DSymbolFileDWARF.cpp833 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction()
1480 return DWARFASTParser::ParseChildArrayInfo(type_die, exe_ctx); in GetDynamicArrayInfoForUID()
1590 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType()
2177 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()
2305 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()
2557 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()
2983 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseType()
4039 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser()
4050 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()
4056 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDeclContext()
[all …]
H A DDWARFASTParserClang.h37 class DWARFASTParserClang : public DWARFASTParser {
H A DSymbolFileDWARF.h304 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
H A DDWARFASTParserClang.cpp304 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
1413 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParseInheritance()
2472 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in MemberAttributes()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn45 "DWARFASTParser.cpp",
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h30 class DWARFASTParser; variable
89 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h442 DWARFASTParser *GetDWARFParser() override;
H A DTypeSystemClang.cpp9353 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser()