Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h25 class DWARFASTParser {
27 virtual ~DWARFASTParser() = default;
H A DDWARFBaseDIE.h18 class DWARFASTParser; variable
H A DSymbolFileDWARF.cpp784 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction()
1384 return DWARFASTParser::ParseChildArrayInfo(type_die, exe_ctx); in GetDynamicArrayInfoForUID()
1495 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType()
2077 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()
2210 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()
2462 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()
2890 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseType()
3831 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser()
3842 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()
3848 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.cpp3008 DWARFASTParser::ParseChildArrayInfo(const DWARFDIE &parent_die, in ParseChildArrayInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h30 class DWARFASTParser; variable
89 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h448 DWARFASTParser *GetDWARFParser() override;
H A DTypeSystemClang.cpp9252 DWARFASTParser *TypeSystemClang::GetDWARFParser() { in GetDWARFParser()