Home
last modified time | relevance | path

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

12

/src/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()
H A DSymbolFileDWARFDebugMap.h112 const CompilerDeclContext &parent_decl_ctx,
118 const CompilerDeclContext &parent_decl_ctx,
125 const CompilerDeclContext &parent_decl_ctx,
265 const CompilerDeclContext &parent_decl_ctx,
H A DDWARFIndex.h69 const CompilerDeclContext &parent_decl_ctx,
88 const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARFDwo.cpp152 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
154 GetBaseSymbolFile().FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
H A DManualDWARFIndex.cpp448 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
458 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
470 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions()
479 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions()
486 !parent_decl_ctx.IsValid()) { in GetFunctions()
H A DSymbolFileDWARF.h171 const CompilerDeclContext &parent_decl_ctx,
179 const CompilerDeclContext &parent_decl_ctx,
201 const CompilerDeclContext &parent_decl_ctx,
275 static bool DIEInDeclContext(const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARFDebugMap.cpp900 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument
912 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables()
922 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
929 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
1077 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() argument
1085 oso_dwarf->FindFunctions(lookup_info, parent_decl_ctx, include_inlines, in FindFunctions()
1250 lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindNamespace() argument
1257 oso_dwarf->FindNamespace(name, parent_decl_ctx, only_root_namespaces); in FindNamespace()
H A DDebugNamesDWARFIndex.cpp448 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
459 if (!ProcessFunctionDIE(lookup_info, die, parent_decl_ctx, in GetFunctions()
469 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions()
H A DAppleDWARFIndex.cpp278 const CompilerDeclContext &parent_decl_ctx, in GetFunctions() argument
292 if (!ProcessFunctionDIE(lookup_info, die, parent_decl_ctx, callback)) in GetFunctions()
H A DSymbolFileDWARFDwo.h57 const CompilerDeclContext &parent_decl_ctx,
H A DManualDWARFIndex.h54 const CompilerDeclContext &parent_decl_ctx,
H A DDebugNamesDWARFIndex.h57 const CompilerDeclContext &parent_decl_ctx,
H A DAppleDWARFIndex.h66 const CompilerDeclContext &parent_decl_ctx,
H A DSymbolFileDWARF.cpp2367 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument
2377 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables()
2380 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables()
2413 if (parent_decl_ctx) { in FindGlobalVariables()
2423 (actual_parent_decl_ctx != parent_decl_ctx && in FindGlobalVariables()
2424 !parent_decl_ctx.IsContainedInLookup(actual_parent_decl_ctx))) in FindGlobalVariables()
2449 name.GetCString(), static_cast<const void *>(&parent_decl_ctx), in FindGlobalVariables()
2565 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument
2586 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions()
2600 m_index->GetFunctions(lookup_info, *this, parent_decl_ctx, [&](DWARFDIE die) { in FindFunctions()
[all …]
/src/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()
468 const CompilerDeclContext &parent_decl_ctx, in FindNamespace() argument
473 return SymbolFile::FindNamespace(name, parent_decl_ctx, in FindNamespace()
476 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
/src/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()
1681 const CompilerDeclContext &parent_decl_ctx, bool) { in FindNamespace() argument
[all …]
/src/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
/src/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,
/src/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,
/src/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,
/src/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,
/src/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