Home
last modified time | relevance | path

Searched refs:parent_decl_ctx (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp28 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 DDWARFIndex.h80 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 DDebugNamesDWARFIndex.cpp567 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 DSymbolFileDWARFDebugMap.h112 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 DManualDWARFIndex.cpp473 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 DDebugNamesDWARFIndex.h59 ConstString name, const CompilerDeclContext &parent_decl_ctx,
63 const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARFDwo.cpp153 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
155 GetBaseSymbolFile().FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
H A DSymbolFileDWARF.h170 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 DSymbolFileDWARFDebugMap.cpp918 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 DAppleDWARFIndex.cpp277 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
291 if (!ProcessFunctionDIE(lookup_info, die, parent_decl_ctx, callback)) in GetFunctions()
H A DSymbolFileDWARFDwo.h57 const CompilerDeclContext &parent_decl_ctx,
H A DManualDWARFIndex.h55 const CompilerDeclContext &parent_decl_ctx,
H A DAppleDWARFIndex.h66 const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARF.cpp2308 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 DSymbolFileOnDemand.cpp330 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 DSymbolFile.cpp116 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 DSymbolFilePDB.h115 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 DSymbolFilePDB.cpp1107 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 DSymbolFileBreakpad.h88 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 DSymbolFileOnDemand.h134 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 DSymbolFile.h301 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 DSymbolFileCTF.h115 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 DSymbolFileNativePDB.h107 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 DModule.h313 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 DModule.cpp617 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()

12