| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.cpp | 28 const CompilerDeclContext &parent_decl_ctx, in ProcessFunctionDIE() argument 53 if (!looking_for_nonmethods && parent_decl_ctx.IsValid()) in ProcessFunctionDIE() 58 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, die)) in ProcessFunctionDIE() 166 ConstString name, const CompilerDeclContext &parent_decl_ctx, in GetNamespacesWithParents() argument 169 return ProcessNamespaceDieMatchParents(parent_decl_ctx, die, callback); in GetNamespacesWithParents() 174 const CompilerDeclContext &parent_decl_ctx, DWARFDIE die, in ProcessNamespaceDieMatchParents() argument 176 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, die)) in ProcessNamespaceDieMatchParents()
|
| H A D | DWARFIndex.h | 80 const CompilerDeclContext &parent_decl_ctx, 84 const CompilerDeclContext &parent_decl_ctx, 105 const CompilerDeclContext &parent_decl_ctx, 141 const CompilerDeclContext &parent_decl_ctx, DWARFDIE die,
|
| H A D | DebugNamesDWARFIndex.cpp | 567 ConstString name, const CompilerDeclContext &parent_decl_ctx, in GetNamespacesWithParents() argument 570 parent_decl_ctx.GetCompilerContext(); in GetNamespacesWithParents() 585 return ProcessNamespaceDieMatchParents(parent_decl_ctx, die, in GetNamespacesWithParents() 596 return ProcessNamespaceDieMatchParents(parent_decl_ctx, die, in GetNamespacesWithParents() 604 m_fallback.GetNamespacesWithParents(name, parent_decl_ctx, callback); in GetNamespacesWithParents() 609 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument 620 if (!ProcessFunctionDIE(lookup_info, die, parent_decl_ctx, in GetFunctions() 630 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
|
| H A D | SymbolFileDWARFDebugMap.h | 112 const CompilerDeclContext &parent_decl_ctx, 118 const CompilerDeclContext &parent_decl_ctx, 125 const CompilerDeclContext &parent_decl_ctx, 258 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | ManualDWARFIndex.cpp | 473 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument 483 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions() 495 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions() 504 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions() 511 !parent_decl_ctx.IsValid()) { in GetFunctions()
|
| H A D | DebugNamesDWARFIndex.h | 59 ConstString name, const CompilerDeclContext &parent_decl_ctx, 63 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFileDWARFDwo.cpp | 153 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 155 GetBaseSymbolFile().FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
|
| H A D | SymbolFileDWARF.h | 170 const CompilerDeclContext &parent_decl_ctx, 178 const CompilerDeclContext &parent_decl_ctx, 200 const CompilerDeclContext &parent_decl_ctx, 270 static bool DIEInDeclContext(const CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 918 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument 930 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables() 940 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 948 oso_dwarf.FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables() 1096 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument 1104 oso_dwarf.FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions() 1254 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindNamespace() argument 1261 oso_dwarf.FindNamespace(name, parent_decl_ctx, only_root_namespaces); in FindNamespace()
|
| H A D | AppleDWARFIndex.cpp | 277 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument 291 if (!ProcessFunctionDIE(lookup_info, die, parent_decl_ctx, callback)) in GetFunctions()
|
| H A D | SymbolFileDWARFDwo.h | 57 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | ManualDWARFIndex.h | 55 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | AppleDWARFIndex.h | 66 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFileDWARF.cpp | 2308 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 2318 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables() 2321 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables() 2354 if (parent_decl_ctx) { in FindGlobalVariables() 2364 (actual_parent_decl_ctx != parent_decl_ctx && in FindGlobalVariables() 2365 !parent_decl_ctx.IsContainedInLookup(actual_parent_decl_ctx))) in FindGlobalVariables() 2390 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables() 2500 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 2521 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions() 2535 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 330 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 354 return m_sym_file_impl->FindGlobalVariables(name, parent_decl_ctx, in FindGlobalVariables() 390 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument 418 return m_sym_file_impl->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions() 469 const CompilerDeclContext &parent_decl_ctx, in FindNamespace() argument 474 return SymbolFile::FindNamespace(name, parent_decl_ctx, in FindNamespace() 477 return m_sym_file_impl->FindNamespace(name, parent_decl_ctx, in FindNamespace()
|
| H A D | SymbolFile.cpp | 116 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 125 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 115 const lldb_private::CompilerDeclContext &parent_decl_ctx, 124 const lldb_private::CompilerDeclContext &parent_decl_ctx, 151 const lldb_private::CompilerDeclContext &parent_decl_ctx, 185 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFilePDB.cpp | 1107 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 1110 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables() 1139 if (parent_decl_ctx.IsValid() && in FindGlobalVariables() 1140 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables() 1303 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 1316 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions() 1327 auto ResolveFn = [this, &name, parent_decl_ctx, include_inlines, &sc_list, in FindFunctions() 1337 if (parent_decl_ctx.IsValid() && in FindFunctions() 1338 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions() 1666 const CompilerDeclContext &parent_decl_ctx, bool) { in FindNamespace() argument [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 88 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 115 const CompilerDeclContext &parent_decl_ctx, 128 const CompilerDeclContext &parent_decl_ctx, in FindNamespace() argument
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 134 const lldb_private::CompilerDeclContext &parent_decl_ctx, 143 const lldb_private::CompilerDeclContext &parent_decl_ctx, 167 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFile.h | 301 const CompilerDeclContext &parent_decl_ctx, 308 const CompilerDeclContext &parent_decl_ctx, 349 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.h | 115 const lldb_private::CompilerDeclContext &parent_decl_ctx, 125 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 107 const CompilerDeclContext &parent_decl_ctx, 135 const CompilerDeclContext &parent_decl_ctx, 150 const CompilerDeclContext &parent_decl_ctx,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 313 const CompilerDeclContext &parent_decl_ctx, 336 const CompilerDeclContext &parent_decl_ctx, 407 const CompilerDeclContext &parent_decl_ctx,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 617 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 620 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables() 809 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 814 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions() 828 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 834 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list); in FindFunctions()
|