| /openbsd/src/gnu/llvm/lldb/source/Symbol/ |
| D | SymbolFileOnDemand.cpp | 329 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 353 return m_sym_file_impl->FindGlobalVariables(name, parent_decl_ctx, in FindGlobalVariables() 389 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument 417 return m_sym_file_impl->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions() 435 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument 445 return m_sym_file_impl->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes() 486 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument 490 return SymbolFile::FindNamespace(name, parent_decl_ctx); in FindNamespace() 492 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx); in FindNamespace()
|
| D | SymbolFile.cpp | 115 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 124 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 137 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFIndex.cpp | 25 const CompilerDeclContext &parent_decl_ctx, in ProcessFunctionDIE() argument 55 if (!looking_for_nonmethods && parent_decl_ctx.IsValid()) in ProcessFunctionDIE() 60 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, die)) in ProcessFunctionDIE()
|
| D | SymbolFileDWARFDebugMap.h | 112 const lldb_private::CompilerDeclContext &parent_decl_ctx, 119 const lldb_private::CompilerDeclContext &parent_decl_ctx, 127 const lldb_private::CompilerDeclContext &parent_decl_ctx, 138 const lldb_private::CompilerDeclContext &parent_decl_ctx) override; 271 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| D | DWARFIndex.h | 59 const CompilerDeclContext &parent_decl_ctx, 79 const CompilerDeclContext &parent_decl_ctx,
|
| D | SymbolFileDWARF.h | 177 const lldb_private::CompilerDeclContext &parent_decl_ctx, 186 const lldb_private::CompilerDeclContext &parent_decl_ctx, 200 const lldb_private::CompilerDeclContext &parent_decl_ctx, 219 const lldb_private::CompilerDeclContext &parent_decl_ctx) override; 288 DIEInDeclContext(const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| D | DebugNamesDWARFIndex.cpp | 243 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument 254 if (!ProcessFunctionDIE(lookup_info, *ref, dwarf, parent_decl_ctx, in GetFunctions() 264 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
|
| D | SymbolFileDWARFDebugMap.cpp | 883 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument 895 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables() 905 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 912 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables() 1060 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument 1068 oso_dwarf->FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions() 1223 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument 1229 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes() 1248 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument 1253 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
|
| D | ManualDWARFIndex.cpp | 433 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument 443 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions() 455 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions() 464 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions() 471 !parent_decl_ctx.IsValid()) { in GetFunctions()
|
| D | SymbolFileDWARF.cpp | 2175 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 2185 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables() 2188 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables() 2221 if (parent_decl_ctx) { in FindGlobalVariables() 2226 actual_parent_decl_ctx != parent_decl_ctx) in FindGlobalVariables() 2251 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables() 2360 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 2381 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions() 2395 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions() 2411 m_index->GetFunctions(no_tp_lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions() [all …]
|
| D | AppleDWARFIndex.cpp | 184 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument 188 return ProcessFunctionDIE(lookup_info, die_ref, dwarf, parent_decl_ctx, in GetFunctions()
|
| D | AppleDWARFIndex.h | 57 const CompilerDeclContext &parent_decl_ctx,
|
| D | DebugNamesDWARFIndex.h | 52 const CompilerDeclContext &parent_decl_ctx,
|
| D | ManualDWARFIndex.h | 51 const CompilerDeclContext &parent_decl_ctx,
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| D | SymbolFilePDB.h | 115 const lldb_private::CompilerDeclContext &parent_decl_ctx, 124 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,
|
| D | SymbolFilePDB.cpp | 1117 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 1120 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables() 1149 if (parent_decl_ctx.IsValid() && in FindGlobalVariables() 1150 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables() 1314 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 1327 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions() 1338 auto ResolveFn = [this, &name, parent_decl_ctx, include_inlines, &sc_list, in FindFunctions() 1348 if (parent_decl_ctx.IsValid() && in FindFunctions() 1349 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions() 1446 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| D | SymbolFileBreakpad.h | 88 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 115 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
|
| D | SymbolFileBreakpad.cpp | 426 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument 452 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | SymbolFileOnDemand.h | 134 const lldb_private::CompilerDeclContext &parent_decl_ctx, 143 const lldb_private::CompilerDeclContext &parent_decl_ctx, 157 const lldb_private::CompilerDeclContext &parent_decl_ctx, 176 const lldb_private::CompilerDeclContext &parent_decl_ctx) override;
|
| D | SymbolFile.h | 277 const CompilerDeclContext &parent_decl_ctx, 284 const CompilerDeclContext &parent_decl_ctx, 289 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 318 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | Module.h | 313 const CompilerDeclContext &parent_decl_ctx, 336 const CompilerDeclContext &parent_decl_ctx, 401 const CompilerDeclContext &parent_decl_ctx, 481 const CompilerDeclContext &parent_decl_ctx, 1164 ConstString name, const CompilerDeclContext &parent_decl_ctx,
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | SymbolFileNativePDB.h | 107 const CompilerDeclContext &parent_decl_ctx, 135 const CompilerDeclContext &parent_decl_ctx, 143 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 157 const CompilerDeclContext &parent_decl_ctx) override;
|
| D | UdtRecordCompleter.cpp | 343 clang::DeclContext *parent_decl_ctx) { in AddMember() argument 365 parent_decl_ctx, OptionalClangModuleID(), lldb::eAccessPublic, "", kind, in AddMember()
|
| D | SymbolFileNativePDB.cpp | 1645 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 1672 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument 1715 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument 2131 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | Module.cpp | 610 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 613 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables() 830 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 835 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions() 849 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 855 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list); in FindFunctions() 958 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes_Impl() argument 963 symbols->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes_Impl() 968 const CompilerDeclContext &parent_decl_ctx, in FindTypesInNamespace() argument 972 FindTypes_Impl(type_name, parent_decl_ctx, max_matches, searched_symbol_files, in FindTypesInNamespace()
|