Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParser.h25 class DWARFASTParser {
27 virtual ~DWARFASTParser() {} in ~DWARFASTParser()
DDWARFBaseDIE.h18 class DWARFASTParser; variable
DSymbolFileDWARF.cpp772 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction()
1375 return DWARFASTParser::ParseChildArrayInfo(type_die, exe_ctx); in GetDynamicArrayInfoForUID()
1486 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType()
2132 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()
2265 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()
2519 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()
2947 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseType()
3887 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser()
3898 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()
3904 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDeclContext()
[all …]
DDWARFASTParserClang.h37 class DWARFASTParserClang : public DWARFASTParser {
DSymbolFileDWARF.h305 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
DDWARFASTParserClang.cpp3043 DWARFASTParser::ParseChildArrayInfo(const DWARFDIE &parent_die, in ParseChildArrayInfo()
/external/llvm-project/lldb/include/lldb/Symbol/
DTypeSystem.h30 class DWARFASTParser; variable
89 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h453 DWARFASTParser *GetDWARFParser() override;
DTypeSystemClang.cpp9123 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser()