| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.cpp | 23 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in ProcessFunctionDIE() argument 35 if (!looking_for_nonmethods && parent_decl_ctx.IsValid()) in ProcessFunctionDIE() 40 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, die)) in ProcessFunctionDIE()
|
| H A D | SymbolFileDWARFDebugMap.h | 106 const lldb_private::CompilerDeclContext &parent_decl_ctx, 113 const lldb_private::CompilerDeclContext &parent_decl_ctx, 122 const lldb_private::CompilerDeclContext &parent_decl_ctx, 133 const lldb_private::CompilerDeclContext &parent_decl_ctx) override; 254 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | DWARFIndex.h | 55 const CompilerDeclContext &parent_decl_ctx, 73 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | ManualDWARFIndex.cpp | 404 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument 412 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions() 424 if (!SymbolFileDWARF::DIEInDeclContext(parent_decl_ctx, in GetFunctions() 433 if (name_type_mask & eFunctionNameTypeMethod && !parent_decl_ctx.IsValid()) { in GetFunctions() 440 !parent_decl_ctx.IsValid()) { in GetFunctions()
|
| H A D | SymbolFileDWARF.h | 171 const lldb_private::CompilerDeclContext &parent_decl_ctx, 180 const lldb_private::CompilerDeclContext &parent_decl_ctx, 195 const lldb_private::CompilerDeclContext &parent_decl_ctx, 214 const lldb_private::CompilerDeclContext &parent_decl_ctx) override; 285 DIEInDeclContext(const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 839 ConstString name, const CompilerDeclContext &parent_decl_ctx, in PrivateFindGlobalVariables() argument 851 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables() 861 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 868 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables() 1015 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 1024 oso_dwarf->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 1179 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument 1185 oso_dwarf->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes() 1216 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument 1221 matching_namespace = oso_dwarf->FindNamespace(name, parent_decl_ctx); in FindNamespace()
|
| H A D | DebugNamesDWARFIndex.cpp | 236 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument 247 if (!ProcessFunctionDIE(name.GetStringRef(), *ref, dwarf, parent_decl_ctx, in GetFunctions() 257 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions()
|
| H A D | SymbolFileDWARF.cpp | 2031 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 2044 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables() 2076 if (parent_decl_ctx) { in FindGlobalVariables() 2081 actual_parent_decl_ctx != parent_decl_ctx) in FindGlobalVariables() 2241 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions() 2333 if (parent_decl_ctx) in FindTypes() 2348 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes() 2352 if (!DIEInDeclContext(parent_decl_ctx, die)) in FindTypes() 2379 if (parent_decl_ctx) { in FindTypes() 2455 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindNamespace() [all …]
|
| H A D | AppleDWARFIndex.cpp | 181 const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, in GetFunctions() argument 185 parent_decl_ctx, name_type_mask, callback); in GetFunctions()
|
| H A D | ManualDWARFIndex.h | 50 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | AppleDWARFIndex.h | 56 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | DebugNamesDWARFIndex.h | 50 const CompilerDeclContext &parent_decl_ctx,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 114 const lldb_private::CompilerDeclContext &parent_decl_ctx, 123 const lldb_private::CompilerDeclContext &parent_decl_ctx, 140 const lldb_private::CompilerDeclContext &parent_decl_ctx, 162 const lldb_private::CompilerDeclContext &parent_decl_ctx) override; 197 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFilePDB.cpp | 1106 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindGlobalVariables() 1135 if (parent_decl_ctx.IsValid() && in FindGlobalVariables() 1300 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 1308 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindFunctions() 1329 if (parent_decl_ctx.IsValid() && in FindFunctions() 1330 GetDeclContextContainingUID(id) != parent_decl_ctx) in FindFunctions() 1435 if (!DeclContextMatchesThisSymbolFile(parent_decl_ctx)) in FindTypes() 1518 const lldb_private::CompilerDeclContext &parent_decl_ctx, in FindTypesByName() argument 1553 if (parent_decl_ctx.IsValid() && in FindTypesByName() 1698 if (parent_decl_ctx) in FindNamespace() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 85 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 112 const CompilerDeclContext &parent_decl_ctx, 119 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 137 const CompilerDeclContext &parent_decl_ctx) override { in FindNamespace() argument
|
| H A D | SymbolFileBreakpad.cpp | 296 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 309 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolFile.h | 220 const CompilerDeclContext &parent_decl_ctx, 227 const CompilerDeclContext &parent_decl_ctx, 233 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 262 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 108 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 117 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 133 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 103 const CompilerDeclContext &parent_decl_ctx, 131 const CompilerDeclContext &parent_decl_ctx, 138 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 152 const CompilerDeclContext &parent_decl_ctx) override;
|
| H A D | SymbolFileNativePDB.cpp | 1159 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 1186 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 1224 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes() argument 1556 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 306 const CompilerDeclContext &parent_decl_ctx, 369 const CompilerDeclContext &parent_decl_ctx, 448 const CompilerDeclContext &parent_decl_ctx, 1043 ConstString name, const CompilerDeclContext &parent_decl_ctx,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 609 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() argument 612 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables() 797 const CompilerDeclContext &parent_decl_ctx, in FindFunctions() argument 810 symbols->FindFunctions(lookup_info.GetLookupName(), parent_decl_ctx, in FindFunctions() 830 symbols->FindFunctions(name, parent_decl_ctx, name_type_mask, in FindFunctions() 939 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes_Impl() argument 945 symbols->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes_Impl() 950 const CompilerDeclContext &parent_decl_ctx, in FindTypesInNamespace() argument 954 FindTypes_Impl(type_name, parent_decl_ctx, max_matches, searched_symbol_files, in FindTypesInNamespace()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9485 clang::DeclContext *parent_decl_ctx = child_decl_ctx->getParent(); in CountDeclLevels() local 9493 if (decl_ctx == parent_decl_ctx) in CountDeclLevels() 9518 if (ns == parent_decl_ctx) in CountDeclLevels()
|