Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp286 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetDecl()
294 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetDeclContext()
302 DWARFASTParser *dwarf_ast = GetDWARFParser(); in GetContainingDeclContext()
H A DDWARFBaseDIE.cpp148 DWARFASTParser *DWARFBaseDIE::GetDWARFParser() const { in GetDWARFParser() function in DWARFBaseDIE
151 return type_system->GetDWARFParser(); in GetDWARFParser()
H A DDWARFBaseDIE.h66 DWARFASTParser *GetDWARFParser() const;
H A DSymbolFileDWARF.cpp896 DWARFASTParser *dwarf_ast = type_system->GetDWARFParser(); in ParseFunction()
1306 DWARFASTParser *ast_parser = type_system->GetDWARFParser(); in ParseDeclsForContext()
1478 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in HasForwardDeclForClangType()
1489 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in CompleteType()
1523 DWARFASTParser *dwarf_ast = dwarf_die.GetDWARFParser(); in CompleteType()
2128 DWARFASTParser *dwarf_ast = die.GetDWARFParser(); in FindGlobalVariables()
2283 DWARFASTParser *dwarf_ast = die.GetDWARFParser(); in DIEInDeclContext()
2618 DWARFASTParser *dwarf_ast = die.GetDWARFParser(); in FindNamespace()
3061 DWARFASTParser *dwarf_ast = type_system->GetDWARFParser(); in ParseType()
H A DDWARFASTParserClang.cpp3984 (DWARFASTParserClang *)src_die.GetDWARFParser(); in CopyUniqueClassMethodTypes()
3986 (DWARFASTParserClang *)dst_die.GetDWARFParser(); in CopyUniqueClassMethodTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h94 virtual DWARFASTParser *GetDWARFParser() { return nullptr; } in GetDWARFParser() function
H A DClangASTContext.h457 DWARFASTParser *GetDWARFParser() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9878 DWARFASTParser *ClangASTContext::GetDWARFParser() { in GetDWARFParser() function in ClangASTContext