Searched refs:GetDWARFParser (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp114 DWARFASTParser *DWARFBaseDIE::GetDWARFParser() const { function in class:DWARFBaseDIE
121 return type_system_or_err->GetDWARFParser();
H A DDWARFBaseDIE.h62 DWARFASTParser *GetDWARFParser() const;
H A DDWARFDIE.cpp423 DWARFASTParser *dwarf_ast = GetDWARFParser();
431 DWARFASTParser *dwarf_ast = GetDWARFParser();
439 DWARFASTParser *dwarf_ast = GetDWARFParser();
H A DSymbolFileDWARF.cpp788 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser();
1225 type_system->GetDWARFParser()->EnsureAllDIEsInDeclContextHaveBeenParsed(
1402 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser());
1413 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser());
1447 DWARFASTParser *dwarf_ast = dwarf_die.GetDWARFParser();
2134 DWARFASTParser *dwarf_ast = die.GetDWARFParser();
2293 DWARFASTParser *dwarf_ast = die.GetDWARFParser();
2601 DWARFASTParser *dwarf_ast = die.GetDWARFParser();
3056 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser();
H A DDWARFASTParserClang.cpp3644 (DWARFASTParserClang *)src_die.GetDWARFParser();
3646 (DWARFASTParserClang *)dst_die.GetDWARFParser();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h89 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } function in class:lldb_private::TypeSystem
H A DClangASTContext.h387 DWARFASTParser *GetDWARFParser() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp8807 DWARFASTParser *ClangASTContext::GetDWARFParser() {

Completed in 174 milliseconds