Searched refs:max_matches (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp19 uint32_t max_matches) {
24 if (FindDecls(name, /*append*/ true, max_matches, decls))
18 FindTypes(ConstString name, uint32_t max_matches) argument
H A DSymbolFile.cpp109 uint32_t max_matches,
113 uint32_t max_matches,
134 uint32_t max_matches,
107 FindGlobalVariables(ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
112 FindGlobalVariables(const RegularExpression &regex, uint32_t max_matches, VariableList &variables) argument
132 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeMap &types) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h44 /// \param[in] max_matches
50 /// max_matches.
52 uint32_t max_matches,
61 /// \param[in] max_matches
66 std::vector<CompilerType> FindTypes(ConstString name, uint32_t max_matches);
H A DSymbolFile.h220 uint32_t max_matches,
223 uint32_t max_matches,
233 uint32_t max_matches,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp18 uint32_t max_matches,
24 uint32_t ret = FindDecls(name, /*append*/ false, max_matches, compiler_decls);
17 FindDecls(ConstString name, bool append, uint32_t max_matches, std::vector<clang::NamedDecl *> &decls) argument
H A DClangDeclVendor.h29 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
H A DClangASTSource.cpp853 uint32_t max_matches = 1; local
856 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls))
903 uint32_t max_matches = 1; local
907 if (!clang_decl_vendor->FindDecls(name, append, max_matches, decls))
1144 uint32_t max_matches = 1; local
1147 if (!modules_decl_vendor->FindDecls(interface_name, append, max_matches,
1184 uint32_t max_matches = 1; local
1188 if (!clang_decl_vendor->FindDecls(interface_name, append, max_matches,
1317 uint32_t max_matches = 1; local
1320 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decl
1360 uint32_t max_matches = 1; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h26 uint32_t max_matches, uint32_t completion_type_mask,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h30 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
H A DAppleObjCDeclVendor.cpp528 uint32_t max_matches,
536 max_matches);
527 FindDecls(ConstString name, bool append, uint32_t max_matches, std::vector<CompilerDecl> &decls) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp20 llvm::StringRef syntax, uint32_t max_matches, uint32_t completion_type_mask,
23 m_max_matches(max_matches), m_completion_type_mask(completion_type_mask),
18 CommandObjectRegexCommand( CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help, llvm::StringRef syntax, uint32_t max_matches, uint32_t completion_type_mask, bool is_removable) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h116 uint32_t max_matches,
120 uint32_t max_matches,
142 uint32_t max_matches,
152 uint32_t max_matches, lldb_private::TypeMap &types);
199 uint32_t max_matches, lldb_private::TypeMap &types);
H A DSymbolFilePDB.cpp1102 uint32_t max_matches, lldb_private::VariableList &variables) {
1117 if (max_matches > 0 && matches >= max_matches)
1143 const lldb_private::RegularExpression &regex, uint32_t max_matches,
1155 if (max_matches > 0 && matches >= max_matches)
1427 uint32_t max_matches,
1440 FindTypesByName(name.GetStringRef(), parent_decl_ctx, max_matches, types);
1460 const lldb_private::RegularExpression &regex, uint32_t max_matches,
1480 if (max_matches >
1100 FindGlobalVariables( lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, lldb_private::VariableList &variables) argument
1142 FindGlobalVariables( const lldb_private::RegularExpression &regex, uint32_t max_matches, lldb_private::VariableList &variables) argument
1425 FindTypes( lldb_private::ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, lldb_private::TypeMap &types) argument
1459 FindTypesByRegex( const lldb_private::RegularExpression &regex, uint32_t max_matches, lldb_private::TypeMap &types) argument
1514 FindTypesByName( llvm::StringRef name, const lldb_private::CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, lldb_private::TypeMap &types) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp839 uint32_t max_matches, VariableList &variables) {
848 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches,
850 if (variables.GetSize() > max_matches)
859 uint32_t max_matches, VariableList &variables) {
865 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches,
872 if (max_matches == UINT32_MAX)
876 if (max_matches >= total_matches)
881 max_matches -= oso_matches;
889 const RegularExpression &regex, uint32_t max_matches,
895 oso_dwarf->FindGlobalVariables(regex, max_matches, variable
835 PrivateFindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, const std::vector<uint32_t> &indexes, uint32_t max_matches, VariableList &variables) argument
857 FindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
888 FindGlobalVariables( const RegularExpression &regex, uint32_t max_matches, VariableList &variables) argument
1181 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeMap &types) argument
[all...]
H A DSymbolFileDWARFDebugMap.h108 uint32_t max_matches,
111 uint32_t max_matches,
124 uint32_t max_matches,
257 const std::vector<uint32_t> &name_symbol_indexes, uint32_t max_matches,
H A DSymbolFileDWARF.h173 uint32_t max_matches,
177 uint32_t max_matches,
197 uint32_t max_matches,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h287 /// \param[in] max_matches
289 /// max_matches. Specify UINT32_MAX to get all possible matches.
293 void FindGlobalVariables(ConstString name, size_t max_matches,
301 /// \param[in] max_matches
303 /// max_matches. Specify UINT32_MAX to get all possible matches.
307 void FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
354 /// \param[in] max_matches
356 /// max_matches. Specify UINT32_MAX to get all possible matches.
362 bool name_is_fully_qualified, size_t max_matches,
H A DModule.h361 /// \param[in] max_matches
363 /// max_matches. Specify UINT32_MAX to get all possible matches.
370 size_t max_matches, VariableList &variable_list);
377 /// \param[in] max_matches
379 /// max_matches. Specify UINT32_MAX to get all possible matches.
384 void FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
418 FindTypes(ConstString type_name, bool exact_match, size_t max_matches,
449 size_t max_matches, TypeList &type_list);
1054 size_t max_matches,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h104 uint32_t max_matches,
140 uint32_t max_matches,
169 void FindTypesByName(llvm::StringRef name, uint32_t max_matches,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h179 /// \param[in] max_matches
180 /// Allow the number of matches to be limited to \a max_matches.
185 const char *name, uint32_t max_matches);
H A DSBTarget.h421 /// \param[in] max_matches
422 /// Allow the number of matches to be limited to \a max_matches.
426 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches);
443 /// \param[in] max_matches
444 /// Allow the number of matches to be limited to \a max_matches.
451 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
459 /// \param[in] max_matches
460 /// Allow the number of matches to be limited to \a max_matches.
468 uint32_t max_matches,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp437 void ModuleList::FindGlobalVariables(ConstString name, size_t max_matches, argument
442 (*pos)->FindGlobalVariables(name, CompilerDeclContext(), max_matches,
448 size_t max_matches,
453 (*pos)->FindGlobalVariables(regex, max_matches, variable_list);
522 bool name_is_fully_qualified, size_t max_matches,
531 search_first->FindTypes(name, name_is_fully_qualified, max_matches,
534 if (types.GetSize() >= max_matches)
545 (*pos)->FindTypes(name, name_is_fully_qualified, max_matches,
548 if (types.GetSize() >= max_matches)
447 FindGlobalVariables(const RegularExpression &regex, size_t max_matches, VariableList &variable_list) const argument
521 FindTypes(Module *search_first, ConstString name, bool name_is_fully_qualified, size_t max_matches, llvm::DenseSet<SymbolFile *> &searched_symbol_files, TypeList &types) const argument
H A DModule.cpp615 size_t max_matches, VariableList &variables) {
617 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables);
621 size_t max_matches, VariableList &variables) {
624 symbols->FindGlobalVariables(regex, max_matches, variables);
940 size_t max_matches,
946 symbols->FindTypes(name, parent_decl_ctx, max_matches,
952 size_t max_matches, TypeList &type_list) {
955 FindTypes_Impl(type_name, parent_decl_ctx, max_matches, searched_symbol_files,
975 ConstString name, bool exact_match, size_t max_matches,
993 FindTypes_Impl(type_basename_const_str, CompilerDeclContext(), max_matches,
613 FindGlobalVariables(ConstString name, const CompilerDeclContext &parent_decl_ctx, size_t max_matches, VariableList &variables) argument
620 FindGlobalVariables(const RegularExpression &regex, size_t max_matches, VariableList &variables) argument
938 FindTypes_Impl( ConstString name, const CompilerDeclContext &parent_decl_ctx, size_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeMap &types) argument
950 FindTypesInNamespace(ConstString type_name, const CompilerDeclContext &parent_decl_ctx, size_t max_matches, TypeList &type_list) argument
974 FindTypes( ConstString name, bool exact_match, size_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeList &types) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h86 uint32_t max_matches,
121 uint32_t max_matches,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i485 @param[in] max_matches
486 Allow the number of matches to be limited to max_matches.
492 uint32_t max_matches);
509 uint32_t max_matches,
514 uint32_t max_matches,

Completed in 124 milliseconds

12