/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DeclVendor.cpp | 19 uint32_t max_matches) { in FindTypes()
|
H A D | SymbolFile.cpp | 117 uint32_t max_matches, in FindGlobalVariables() 121 uint32_t max_matches, in FindGlobalVariables()
|
H A D | SymbolFileOnDemand.cpp | 318 uint32_t max_matches, in FindGlobalVariables() 330 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangDeclVendor.cpp | 18 uint32_t max_matches, in FindDecls()
|
H A D | ClangASTSource.cpp | 800 uint32_t max_matches = 1; in FindDeclInModules() local 850 uint32_t max_matches = 1; in FindDeclInObjCRuntime() local 1082 uint32_t max_matches = 1; in FindObjCMethodDecls() local 1122 uint32_t max_matches = 1; in FindObjCMethodDecls() local 1255 uint32_t max_matches = 1; in FindObjCPropertyAndIvarDecls() local 1298 uint32_t max_matches = 1; in FindObjCPropertyAndIvarDecls() local
|
H A D | ClangModulesDeclVendor.cpp | 432 uint32_t max_matches, in FindDecls()
|
H A D | ClangExpressionDeclMap.cpp | 1024 uint32_t max_matches = 1; in LookupInModulesDeclVendor() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDwo.cpp | 153 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables()
|
H A D | SymbolFileDWARFDebugMap.cpp | 903 uint32_t max_matches, VariableList &variables) { in PrivateFindGlobalVariables() 923 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() 953 const RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables()
|
H A D | SymbolFileDWARF.cpp | 2368 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() 2455 uint32_t max_matches, in FindGlobalVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 1043 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindTypesByRegex() 1090 uint32_t max_matches, lldb_private::VariableList &variables) { in FindGlobalVariables() 1105 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.h | 89 uint32_t max_matches, in FindGlobalVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 526 uint32_t max_matches, in FindDecls()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 1122 uint32_t max_matches, lldb_private::VariableList &variables) { in FindGlobalVariables() 1163 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindGlobalVariables() 1467 const lldb_private::RegularExpression ®ex, uint32_t max_matches, in FindTypesByRegex()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 510 void ModuleList::FindGlobalVariables(ConstString name, size_t max_matches, in FindGlobalVariables() 520 size_t max_matches, in FindGlobalVariables()
|
H A D | Module.cpp | 608 size_t max_matches, VariableList &variables) { in FindGlobalVariables() 614 size_t max_matches, VariableList &variables) { in FindGlobalVariables()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 405 uint32_t max_matches) { in FindGlobalVariables() argument
|
H A D | SBTarget.cpp | 1773 uint32_t max_matches, in FindGlobalFunctions() 1896 uint32_t max_matches) { in FindGlobalVariables() 1923 uint32_t max_matches, in FindGlobalVariables()
|
H A D | SBProcess.cpp | 815 uint32_t alignment, uint32_t max_matches, SBError &error) { in FindRangesInMemory()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1652 uint32_t max_matches, VariableList &variables) { in FindGlobalVariables() 1749 uint32_t max_matches, in FindTypesByName()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 2017 size_t max_matches) { in DoFindInMemory() 2047 size_t alignment, size_t max_matches, in FindRangesInMemory()
|