Home
last modified time | relevance | path

Searched refs:GetDWARFParser (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp784 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction()
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() function in SymbolFileDWARF
3838 return type_system_or_err->GetDWARFParser(); 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 DSymbolFileDWARF.h304 static DWARFASTParser *GetDWARFParser(DWARFUnit &unit);
H A DDWARFASTParserClang.cpp3572 SymbolFileDWARF::GetDWARFParser(*src_die.GetCU())); in CopyUniqueClassMethodTypes()
3575 SymbolFileDWARF::GetDWARFParser(*dst_die.GetCU())); in CopyUniqueClassMethodTypes()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h89 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser() function
/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() function in TypeSystemClang