| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.cpp | 23 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in ProcessFunctionDIE() argument 35 if (!looking_for_nonmethods && parent_decl_ctx.IsValid()) in ProcessFunctionDIE() 40 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, die)) in ProcessFunctionDIE()
|
| H A D | SymbolFileDWARFDebugMap.h | 106 const lldb_private::CompilerDeclContext &parent_decl_ctx, 113 const lldb_private::CompilerDeclContext &parent_decl_ctx, 122 const lldb_private::CompilerDeclContext &parent_decl_ctx, 133 const lldb_private::CompilerDeclContext &parent_decl_ctx) override; 255 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | DWARFIndex.h | 58 const CompilerDeclContext &parent_decl_ctx, 79 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 831 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument 843 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables() 853 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 860 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables() 1007 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 1016 oso_dwarf->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 1171 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument 1177 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes() 1196 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument 1201 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
|
| H A D | SymbolFileDWARF.h | 173 const lldb_private::CompilerDeclContext &parent_decl_ctx, 182 const lldb_private::CompilerDeclContext &parent_decl_ctx, 197 const lldb_private::CompilerDeclContext &parent_decl_ctx, 216 const lldb_private::CompilerDeclContext &parent_decl_ctx) override; 285 DIEInDeclContext(const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | DebugNamesDWARFIndex.cpp | 242 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument 253 if (!ProcessFunctionDIE(name.GetStringRef(), *ref, dwarf, parent_decl_ctx, in GetFunctions() 263 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions()
|
| H A D | ManualDWARFIndex.cpp | 415 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument 423 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions() 435 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions() 444 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions() 451 !parent_decl_ctx.IsValid()) { in GetFunctions()
|
| H A D | AppleDWARFIndex.cpp | 184 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument 188 parent_decl_ctx, name_type_mask, callback); in GetFunctions()
|
| H A D | SymbolFileDWARF.cpp | 2130 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 2143 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables() 2176 if (parent_decl_ctx) { in FindGlobalVariables() 2181 actual_parent_decl_ctx != parent_decl_ctx) in FindGlobalVariables() 2337 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions() 2428 if (parent_decl_ctx) in FindTypes() 2443 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes() 2447 if (!DIEInDeclContext(parent_decl_ctx, die)) in FindTypes() 2474 if (parent_decl_ctx) { in FindTypes() 2550 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace() [all …]
|
| H A D | AppleDWARFIndex.h | 56 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | DebugNamesDWARFIndex.h | 50 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | ManualDWARFIndex.h | 50 const CompilerDeclContext &parent_decl_ctx,
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 319 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 343 return m_sym_file_impl->FindGlobalVariables(name, parent_decl_ctx, in FindGlobalVariables() 378 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 405 return m_sym_file_impl->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 423 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument 433 return m_sym_file_impl->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes() 474 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument 478 return SymbolFile::FindNamespace(name, parent_decl_ctx); in FindNamespace() 480 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx); in FindNamespace()
|
| H A D | SymbolFile.cpp | 115 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 124 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 138 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 114 const lldb_private::CompilerDeclContext &parent_decl_ctx, 123 const lldb_private::CompilerDeclContext &parent_decl_ctx, 140 const lldb_private::CompilerDeclContext &parent_decl_ctx, 162 const lldb_private::CompilerDeclContext &parent_decl_ctx) override; 195 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFilePDB.cpp | 1115 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables() 1144 if (parent_decl_ctx.IsValid() && in FindGlobalVariables() 1309 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 1317 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions() 1338 if (parent_decl_ctx.IsValid() && in FindFunctions() 1339 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions() 1443 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes() 1526 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindTypesByName() argument 1561 if (parent_decl_ctx.IsValid() && in FindTypesByName() 1705 if (parent_decl_ctx) in FindNamespace() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 130 const lldb_private::CompilerDeclContext &parent_decl_ctx, 139 const lldb_private::CompilerDeclContext &parent_decl_ctx, 154 const lldb_private::CompilerDeclContext &parent_decl_ctx, 173 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
|
| H A D | SymbolFile.h | 231 const CompilerDeclContext &parent_decl_ctx, 238 const CompilerDeclContext &parent_decl_ctx, 244 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 273 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 87 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 114 const CompilerDeclContext &parent_decl_ctx, 121 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 139 const CompilerDeclContext &parent_decl_ctx) override { in FindNamespace() argument
|
| H A D | SymbolFileBreakpad.cpp | 424 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 450 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 106 const CompilerDeclContext &parent_decl_ctx, 134 const CompilerDeclContext &parent_decl_ctx, 141 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 155 const CompilerDeclContext &parent_decl_ctx) override;
|
| H A D | SymbolFileNativePDB.cpp | 1540 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 1566 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 1605 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument 1950 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Module.h | 315 const CompilerDeclContext &parent_decl_ctx, 380 const CompilerDeclContext &parent_decl_ctx, 460 const CompilerDeclContext &parent_decl_ctx, 1120 ConstString name, const CompilerDeclContext &parent_decl_ctx,
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Module.cpp | 605 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 608 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables() 802 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 815 symbols->FindFunctions(lookup_info.GetLookupName(), parent_decl_ctx, in FindFunctions() 835 symbols->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 944 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes_Impl() argument 949 symbols->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes_Impl() 954 const CompilerDeclContext &parent_decl_ctx, in FindTypesInNamespace() argument 958 FindTypes_Impl(type_name, parent_decl_ctx, max_matches, searched_symbol_files, in FindTypesInNamespace()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9582 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); in CountDeclLevels() local 9590 if (decl_ctx == parent_decl_ctx) in CountDeclLevels() 9615 if (ns == parent_decl_ctx) in CountDeclLevels()
|