| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 107 void SymbolFile::FindGlobalVariables(ConstString name, in FindGlobalVariables() function in SymbolFile 112 void SymbolFile::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() function in SymbolFile
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolFile.h | 219 virtual void FindGlobalVariables(ConstString name, 223 virtual void FindGlobalVariables(const RegularExpression ®ex,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 279 void FindGlobalVariables(ConstString name, size_t max_matches, 293 void FindGlobalVariables(const RegularExpression ®ex, size_t max_matches,
|
| H A D | Module.h | 368 void FindGlobalVariables(ConstString name, 384 void FindGlobalVariables(const RegularExpression ®ex, size_t max_matches,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 409 SBValueList SBModule::FindGlobalVariables(SBTarget &target, const char *name, in FindGlobalVariables() function in SBModule 411 LLDB_RECORD_METHOD(lldb::SBValueList, SBModule, FindGlobalVariables, in FindGlobalVariables() 419 module_sp->FindGlobalVariables(ConstString(name), CompilerDeclContext(), in FindGlobalVariables() 438 SBValueList sb_value_list(FindGlobalVariables(target, name, 1)); in FindFirstGlobalVariable() 748 LLDB_REGISTER_METHOD(lldb::SBValueList, SBModule, FindGlobalVariables, in RegisterMethods()
|
| H A D | SBTarget.cpp | 1974 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() function in SBTarget 1976 LLDB_RECORD_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in FindGlobalVariables() 1984 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables() 2002 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() function in SBTarget 2005 LLDB_RECORD_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in FindGlobalVariables() 2019 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables() 2023 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables() 2028 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables() 2052 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable() 2702 LLDB_REGISTER_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in RegisterMethods() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 113 FindGlobalVariables(lldb_private::ConstString name, 118 void FindGlobalVariables(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFilePDB.cpp | 1102 void SymbolFilePDB::FindGlobalVariables( in FindGlobalVariables() function in SymbolFilePDB 1144 void SymbolFilePDB::FindGlobalVariables( in FindGlobalVariables() function in SymbolFilePDB
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTarget.i | 471 A list of matched variables in an SBValueList.") FindGlobalVariables; 473 FindGlobalVariables (const char *name, 490 FindGlobalVariables(const char *name,
|
| H A D | SBModule.i | 304 A list of matched variables in an SBValueList.") FindGlobalVariables; 306 FindGlobalVariables (lldb::SBTarget &target,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 105 FindGlobalVariables(lldb_private::ConstString name, 109 void FindGlobalVariables(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 851 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables() 860 void SymbolFileDWARFDebugMap::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARFDebugMap 868 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables() 891 void SymbolFileDWARFDebugMap::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARFDebugMap 898 oso_dwarf->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables()
|
| H A D | SymbolFileDWARF.h | 170 FindGlobalVariables(lldb_private::ConstString name, 175 void FindGlobalVariables(const lldb_private::RegularExpression ®ex,
|
| H A D | SymbolFileDWARF.cpp | 2030 void SymbolFileDWARF::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARF 2111 void SymbolFileDWARF::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() function in SymbolFileDWARF
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModule.h | 184 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
|
| H A D | SBTarget.h | 426 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches); 451 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 443 void ModuleList::FindGlobalVariables(ConstString name, size_t max_matches, in FindGlobalVariables() function in ModuleList 448 (*pos)->FindGlobalVariables(name, CompilerDeclContext(), max_matches, in FindGlobalVariables() 453 void ModuleList::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() function in ModuleList 459 (*pos)->FindGlobalVariables(regex, max_matches, variable_list); in FindGlobalVariables()
|
| H A D | Module.cpp | 608 void Module::FindGlobalVariables(ConstString name, in FindGlobalVariables() function in Module 612 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables() 615 void Module::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() function in Module 619 symbols->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 84 void FindGlobalVariables(ConstString name, in FindGlobalVariables() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 102 void FindGlobalVariables(ConstString name,
|
| H A D | SymbolFileNativePDB.cpp | 1158 void SymbolFileNativePDB::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileNativePDB
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 616 module->FindGlobalVariables(name, namespace_decl, -1, vars); in FindGlobalVariable() 618 target.GetImages().FindGlobalVariables(name, -1, vars); in FindGlobalVariable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 576 module->FindGlobalVariables(sym_name, CompilerDeclContext(), 1U, var_list); in GetSymbolDeclarationFromAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 867 target->GetImages().FindGlobalVariables(ConstString(name), UINT32_MAX, in GetVariableCallback()
|
| H A D | CommandObjectTarget.cpp | 784 target->GetImages().FindGlobalVariables(ConstString(name), UINT32_MAX, in GetVariableCallback() 840 target->GetImages().FindGlobalVariables(regex, UINT32_MAX, in DoExecute() 967 sc.module_sp->FindGlobalVariables(all_globals_regex, UINT32_MAX, in DoExecute()
|