Searched refs:DWARFASTParser (Results 1 – 12 of 12) sorted by relevance
26 class DWARFASTParser {28 virtual ~DWARFASTParser() = default;
22 DWARFASTParser::ParseChildArrayInfo(const DWARFDIE &parent_die, in ParseChildArrayInfo()103 DWARFASTParser::GetAccessTypeFromDWARF(uint32_t dwarf_accessibility) { in GetAccessTypeFromDWARF()
14 DWARFASTParser.cpp
18 class DWARFASTParser; variable
833 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 …]
37 class DWARFASTParserClang : public DWARFASTParser {
304 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
304 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()
45 "DWARFASTParser.cpp",
30 class DWARFASTParser; variable89 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser()
442 DWARFASTParser *GetDWARFParser() override;
9353 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser()