Home
last modified time | relevance | path

Searched refs:FindGlobalVariables (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp107 void SymbolFile::FindGlobalVariables(ConstString name, in FindGlobalVariables() function in SymbolFile
112 void SymbolFile::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in SymbolFile
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h219 virtual void FindGlobalVariables(ConstString name,
223 virtual void FindGlobalVariables(const RegularExpression &regex,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h279 void FindGlobalVariables(ConstString name, size_t max_matches,
293 void FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
H A DModule.h368 void FindGlobalVariables(ConstString name,
384 void FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp409 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 DSBTarget.cpp1974 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 DSymbolFilePDB.h113 FindGlobalVariables(lldb_private::ConstString name,
118 void FindGlobalVariables(const lldb_private::RegularExpression &regex,
H A DSymbolFilePDB.cpp1102 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 DSBTarget.i471 A list of matched variables in an SBValueList.") FindGlobalVariables;
473 FindGlobalVariables (const char *name,
490 FindGlobalVariables(const char *name,
H A DSBModule.i304 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 DSymbolFileDWARFDebugMap.h105 FindGlobalVariables(lldb_private::ConstString name,
109 void FindGlobalVariables(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARFDebugMap.cpp851 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 DSymbolFileDWARF.h170 FindGlobalVariables(lldb_private::ConstString name,
175 void FindGlobalVariables(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARF.cpp2030 void SymbolFileDWARF::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARF
2111 void SymbolFileDWARF::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in SymbolFileDWARF
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h184 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
H A DSBTarget.h426 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 DModuleList.cpp443 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 &regex, in FindGlobalVariables() function in ModuleList
459 (*pos)->FindGlobalVariables(regex, max_matches, variable_list); in FindGlobalVariables()
H A DModule.cpp608 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 &regex, 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 DSymbolFileBreakpad.h84 void FindGlobalVariables(ConstString name, in FindGlobalVariables() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h102 void FindGlobalVariables(ConstString name,
H A DSymbolFileNativePDB.cpp1158 void SymbolFileNativePDB::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileNativePDB
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp616 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 DInstrumentationRuntimeTSan.cpp576 module->FindGlobalVariables(sym_name, CompilerDeclContext(), 1U, var_list); in GetSymbolDeclarationFromAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp867 target->GetImages().FindGlobalVariables(ConstString(name), UINT32_MAX, in GetVariableCallback()
H A DCommandObjectTarget.cpp784 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()

12