Searched refs:LinkDeclContextToDIE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 323 LinkDeclContextToDIE(tag_decl, die); in ParseTypeFromClangModule() 327 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseTypeFromClangModule() 567 LinkDeclContextToDIE(decl_ctx, die); in ParseTypeFromDWARF() 932 LinkDeclContextToDIE(GetCachedClangDeclContextForDIE(decl_die), def_die); in MapDeclDIEToDefDIE() 1035 LinkDeclContextToDIE(type_decl_ctx, decl_die); in ParseEnum() 1037 LinkDeclContextToDIE(type_decl_ctx, def_die); in ParseEnum() 1123 LinkDeclContextToDIE(objc_method_decl, die); in ParseObjCMethod() 1177 LinkDeclContextToDIE(spec_clang_decl_ctx, die); in ParseCXXMethod() 1197 LinkDeclContextToDIE(abs_clang_decl_ctx, die); in ParseCXXMethod() 1239 LinkDeclContextToDIE(cxx_method_decl, die); in ParseCXXMethod() [all …]
|
| H A D | DWARFASTParserClang.h | 242 void LinkDeclContextToDIE(clang::DeclContext *decl_ctx,
|