/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DeclVendor.cpp | 19 uint32_t max_matches) { in FindTypes() argument 22 if (FindDecls(name, /*append*/ true, max_matches, decls)) in FindTypes()
|
H A D | SymbolFileOnDemand.cpp | 318 uint32_t max_matches, in FindGlobalVariables() argument 325 return m_sym_file_impl->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables() 330 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument 354 max_matches, variables); in FindGlobalVariables()
|
H A D | SymbolFile.cpp | 117 uint32_t max_matches, in FindGlobalVariables() argument 121 uint32_t max_matches, in FindGlobalVariables() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangDeclVendor.cpp | 18 uint32_t max_matches, in FindDecls() argument 24 uint32_t ret = FindDecls(name, /*append*/ false, max_matches, compiler_decls); in FindDecls()
|
H A D | ClangASTSource.cpp | 800 uint32_t max_matches = 1; in FindDeclInModules() local 803 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInModules() 850 uint32_t max_matches = 1; in FindDeclInObjCRuntime() local 854 if (!clang_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInObjCRuntime() 1082 uint32_t max_matches = 1; in FindObjCMethodDecls() local 1085 if (!modules_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls() 1122 uint32_t max_matches = 1; in FindObjCMethodDecls() local 1126 if (!clang_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls() 1255 uint32_t max_matches = 1; in FindObjCPropertyAndIvarDecls() local 1258 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls() [all …]
|
H A D | ClangDeclVendor.h | 29 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | DeclVendor.h | 52 uint32_t max_matches, 66 std::vector<CompilerType> FindTypes(ConstString name, uint32_t max_matches);
|
H A D | SymbolFileOnDemand.h | 135 uint32_t max_matches, 139 uint32_t max_matches,
|
H A D | SymbolFile.h | 294 uint32_t max_matches, 297 uint32_t max_matches,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.h | 116 uint32_t max_matches, 120 uint32_t max_matches, 140 uint32_t max_matches, lldb_private::TypeMap &types); 186 uint32_t max_matches, lldb_private::TypeMap &types);
|
H A D | SymbolFilePDB.cpp | 1122 uint32_t max_matches, lldb_private::VariableList &variables) { in FindGlobalVariables() argument 1137 if (max_matches > 0 && matches >= max_matches) in FindGlobalVariables() 1163 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables() argument 1175 if (max_matches > 0 && matches >= max_matches) in FindGlobalVariables() 1467 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindTypesByRegex() argument 1487 if (max_matches > 0 && matches >= max_matches) in FindTypesByRegex()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 112 uint32_t max_matches, lldb_private::TypeMap &types); 126 uint32_t max_matches, 130 uint32_t max_matches,
|
H A D | SymbolFileCTF.cpp | 1043 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindTypesByRegex() argument 1049 if (matches == max_matches) in FindTypesByRegex() 1090 uint32_t max_matches, lldb_private::VariableList &variables) { in FindGlobalVariables() argument 1095 if (matches == max_matches) in FindGlobalVariables() 1105 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables() argument 1111 if (matches == max_matches) in FindGlobalVariables()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 398 /// \param[in] max_matches 400 /// max_matches. Specify UINT32_MAX to get all possible matches. 407 size_t max_matches, VariableList &variable_list); 414 /// \param[in] max_matches 416 /// max_matches. Specify UINT32_MAX to get all possible matches. 421 void FindGlobalVariables(const RegularExpression ®ex, size_t max_matches,
|
H A D | ModuleList.h | 312 void FindGlobalVariables(ConstString name, size_t max_matches, 326 void FindGlobalVariables(const RegularExpression ®ex, size_t max_matches,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 903 uint32_t max_matches, VariableList &variables) { in PrivateFindGlobalVariables() argument 912 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables() 914 if (variables.GetSize() > max_matches) in PrivateFindGlobalVariables() 923 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument 929 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables() 936 if (max_matches == UINT32_MAX) in FindGlobalVariables() 940 if (max_matches >= total_matches) in FindGlobalVariables() 945 max_matches -= oso_matches; in FindGlobalVariables() 953 const RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables() argument 959 oso_dwarf->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables() [all …]
|
H A D | SymbolFileDWARFDwo.cpp | 153 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() argument 154 GetBaseSymbolFile().FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
|
H A D | SymbolFileDWARFDebugMap.h | 113 uint32_t max_matches, 115 void FindGlobalVariables(const RegularExpression ®ex, uint32_t max_matches, 267 uint32_t max_matches, VariableList &variables);
|
H A D | SymbolFileDWARFDwo.h | 58 uint32_t max_matches,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.h | 30 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTarget.h | 478 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches); 503 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches, 520 uint32_t max_matches,
|
H A D | SBModule.h | 187 const char *name, uint32_t max_matches);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 1773 uint32_t max_matches, in FindGlobalFunctions() argument 1775 LLDB_INSTRUMENT_VA(this, name, max_matches, matchtype); in FindGlobalFunctions() 1896 uint32_t max_matches) { in FindGlobalVariables() argument 1897 LLDB_INSTRUMENT_VA(this, name, max_matches); in FindGlobalVariables() 1904 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables() 1923 uint32_t max_matches, in FindGlobalVariables() argument 1925 LLDB_INSTRUMENT_VA(this, name, max_matches, matchtype); in FindGlobalVariables() 1937 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables() 1942 max_matches, variable_list); in FindGlobalVariables() 1946 RegularExpression(name_ref, llvm::Regex::IgnoreCase), max_matches, in FindGlobalVariables() [all …]
|
H A D | SBModule.cpp | 405 uint32_t max_matches) { in FindGlobalVariables() argument 406 LLDB_INSTRUMENT_VA(this, target, name, max_matches); in FindGlobalVariables() 413 max_matches, variable_list); in FindGlobalVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 108 uint32_t max_matches, 191 void FindTypesByName(llvm::StringRef name, uint32_t max_matches,
|