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
58 if (!looking_for_nonmethods && parent_decl_ctx.IsValid()) in ProcessFunctionDIE()
63 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, die)) in ProcessFunctionDIE()
H A DSymbolFileDWARFDebugMap.h111 const CompilerDeclContext &parent_decl_ctx,
117 const CompilerDeclContext &parent_decl_ctx,
124 const CompilerDeclContext &parent_decl_ctx,
263 const CompilerDeclContext &parent_decl_ctx,
H A DDWARFIndex.h69 const CompilerDeclContext &parent_decl_ctx,
89 const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARFDwo.cpp147 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
149 GetBaseSymbolFile().FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
H A DManualDWARFIndex.cpp445 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
455 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
467 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
476 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions()
483 !parent_decl_ctx.IsValid()) { in GetFunctions()
H A DDebugNamesDWARFIndex.cpp265 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
276 if (!ProcessFunctionDIE(lookup_info, *ref, dwarf, parent_decl_ctx, in GetFunctions()
286 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
H A DSymbolFileDWARF.h171 const CompilerDeclContext &parent_decl_ctx,
179 const CompilerDeclContext &parent_decl_ctx,
199 const CompilerDeclContext &parent_decl_ctx,
253 static bool DIEInDeclContext(const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARFDebugMap.cpp891 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument
903 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables()
913 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
920 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
1068 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
1076 oso_dwarf->FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions()
1241 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindNamespace() argument
1248 oso_dwarf->FindNamespace(name, parent_decl_ctx, only_root_namespaces); in FindNamespace()
H A DSymbolFileDWARFDwo.h55 const CompilerDeclContext &parent_decl_ctx,
H A DAppleDWARFIndex.cpp278 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
287 if (!ProcessFunctionDIE(lookup_info, die_ref, dwarf, parent_decl_ctx, in GetFunctions()
H A DDebugNamesDWARFIndex.h53 const CompilerDeclContext &parent_decl_ctx,
H A DManualDWARFIndex.h52 const CompilerDeclContext &parent_decl_ctx,
H A DAppleDWARFIndex.h66 const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARF.cpp2326 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
2336 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables()
2339 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2372 if (parent_decl_ctx) { in FindGlobalVariables()
2382 (actual_parent_decl_ctx != parent_decl_ctx && in FindGlobalVariables()
2408 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables()
2545 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2575 m_index->GetFunctions(no_tp_lookup_info, *this, parent_decl_ctx, in FindFunctions()
2794 const CompilerDeclContext &parent_decl_ctx, in FindNamespace() argument
2807 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp329 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()
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.cpp1121 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
1124 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
1153 if (parent_decl_ctx.IsValid() && in FindGlobalVariables()
1154 GetDeclContextContainingUID(result->getSymIndexId()) != parent_decl_ctx) in FindGlobalVariables()
1318 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
1331 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
1342 auto ResolveFn = [this, &name, parent_decl_ctx, include_inlines, &sc_list, in FindFunctions()
1352 if (parent_decl_ctx.IsValid() && in FindFunctions()
1353 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions()
1701 if (parent_decl_ctx) in FindNamespace()
[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,
129 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.h293 const CompilerDeclContext &parent_decl_ctx,
300 const CompilerDeclContext &parent_decl_ctx,
341 FindNamespace(ConstString name, const 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/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/include/lldb/Core/
H A DModule.h312 const CompilerDeclContext &parent_decl_ctx,
335 const CompilerDeclContext &parent_decl_ctx,
406 const CompilerDeclContext &parent_decl_ctx,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp607 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
610 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables()
825 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
830 symbols->FindFunctions(lookup_info, parent_decl_ctx, in FindFunctions()
844 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
850 FindFunctions(lookup_info, parent_decl_ctx, options, sc_list); in FindFunctions()

12