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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp120 const uint32_t max_matches = UINT32_MAX; local
124 module_sp->FindTypes(name, exact_match, max_matches, searched_symbol_files,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1176 uint32_t max_matches, VariableList &variables) {
1241 uint32_t max_matches, llvm::DenseSet<SymbolFile *> &searched_symbol_files,
1251 FindTypesByName(name.GetStringRef(), max_matches, types);
1259 uint32_t max_matches,
1263 if (max_matches > 0 && max_matches < matches.size())
1264 matches.resize(max_matches);
1174 FindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
1239 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<SymbolFile *> &searched_symbol_files, TypeMap &types) argument
1258 FindTypesByName(llvm::StringRef name, uint32_t max_matches, TypeMap &types) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2085 uint32_t max_matches, VariableList &variables) {
2093 "parent_decl_ctx=%p, max_matches=%u, variables)",
2095 max_matches);
2149 return variables.GetSize() - original_size < max_matches;
2158 "parent_decl_ctx=%p, max_matches=%u, variables) => %u",
2160 max_matches, num_matches);
2165 uint32_t max_matches,
2174 "max_matches=%u, variables)",
2175 regex.GetText().str().c_str(), max_matches);
2194 return variables.GetSize() - original_size < max_matches;
2083 FindGlobalVariables( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) argument
2164 FindGlobalVariables(const RegularExpression &regex, uint32_t max_matches, VariableList &variables) argument
2375 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<lldb_private::SymbolFile *> &searched_symbol_files, TypeMap &types) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp411 uint32_t max_matches) {
414 max_matches);
421 max_matches, variable_list); local
410 FindGlobalVariables(SBTarget &target, const char *name, uint32_t max_matches) argument
H A DSBTarget.cpp1802 uint32_t max_matches,
1806 max_matches, matchtype);
1860 auto types = vendor->FindTypes(const_typename, /*max_matches*/ 1);
1915 vendor->FindTypes(const_typename, /*max_matches*/ UINT32_MAX);
1934 uint32_t max_matches) {
1936 (const char *, uint32_t), name, max_matches);
1943 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, local
1962 uint32_t max_matches,
1966 max_matches, matchtype);
1978 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, local
1801 FindGlobalFunctions(const char *name, uint32_t max_matches, MatchType matchtype) argument
1933 FindGlobalVariables(const char *name, uint32_t max_matches) argument
1961 FindGlobalVariables(const char *name, uint32_t max_matches, MatchType matchtype) argument
1983 max_matches, variable_list); local
1988 max_matches, variable_list); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp95 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
387 uint32_t max_matches,
411 if (num_matches >= max_matches)
386 FindDecls(ConstString name, bool append, uint32_t max_matches, std::vector<CompilerDecl> &decls) argument
H A DClangExpressionDeclMap.cpp1011 uint32_t max_matches = 1; local
1014 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls))
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i300 @param[in] max_matches
301 Allow the number of matches to be limited to max_matches.
308 uint32_t max_matches);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp311 uint32_t max_matches, llvm::DenseSet<SymbolFile *> &searched_symbol_files,
309 FindTypes( ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet<SymbolFile *> &searched_symbol_files, TypeMap &types) argument

Completed in 274 milliseconds

12