Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/python_api/value/
DTestValueAPI.py58 list = target.FindGlobalVariables('days_of_week', 1)
79 list = target.FindGlobalVariables('weekdays', 1)
86 list = target.FindGlobalVariables('g_table', 1)
/external/llvm-project/lldb/source/Symbol/
DSymbolFile.cpp107 void SymbolFile::FindGlobalVariables(ConstString name, in FindGlobalVariables() function in SymbolFile
112 void SymbolFile::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in SymbolFile
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_module.py21 obj.FindGlobalVariables(lldb.SBTarget(), "my_global_var", 1)
Dsb_target.py30 obj.FindGlobalVariables("my_global_var", 1)
/external/llvm-project/lldb/test/API/macosx/builtin-debugtrap/
DTestBuiltinDebugTrap.py38 list = target.FindGlobalVariables("global", 1, lldb.eMatchTypeNormal)
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h218 virtual void FindGlobalVariables(ConstString name,
222 virtual void FindGlobalVariables(const RegularExpression &regex,
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h293 void FindGlobalVariables(ConstString name, size_t max_matches,
307 void FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
DModule.h368 void FindGlobalVariables(ConstString name,
384 void FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
/external/llvm-project/lldb/source/API/
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()
DSBTarget.cpp1942 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() function in SBTarget
1944 LLDB_RECORD_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in FindGlobalVariables()
1952 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
1970 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() function in SBTarget
1973 LLDB_RECORD_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in FindGlobalVariables()
1987 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables()
1991 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables()
1996 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()
2020 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable()
2624 LLDB_REGISTER_METHOD(lldb::SBValueList, SBTarget, FindGlobalVariables, in RegisterMethods()
[all …]
/external/llvm-project/lldb/test/API/lang/objc/foundation/
DTestObjectDescriptionAPI.py66 value_list2 = target.FindGlobalVariables('my_global_str', 3)
/external/llvm-project/lldb/examples/python/
Dglobals.py43 global_variable_list = module.FindGlobalVariables(
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h114 FindGlobalVariables(lldb_private::ConstString name,
119 void FindGlobalVariables(const lldb_private::RegularExpression &regex,
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i489 A list of matched variables in an SBValueList.") FindGlobalVariables;
491 FindGlobalVariables (const char *name,
508 FindGlobalVariables(const char *name,
DSBModule.i304 A list of matched variables in an SBValueList.") FindGlobalVariables;
306 FindGlobalVariables (lldb::SBTarget &target,
/external/llvm-project/lldb/include/lldb/API/
DSBModule.h184 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
DSBTarget.h426 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches);
451 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h106 FindGlobalVariables(lldb_private::ConstString name,
110 void FindGlobalVariables(const lldb_private::RegularExpression &regex,
DSymbolFileDWARFDebugMap.cpp848 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables()
857 void SymbolFileDWARFDebugMap::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARFDebugMap
865 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
888 void SymbolFileDWARFDebugMap::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARFDebugMap
895 oso_dwarf->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables()
DSymbolFileDWARF.h171 FindGlobalVariables(lldb_private::ConstString name,
176 void FindGlobalVariables(const lldb_private::RegularExpression &regex,
/external/llvm-project/lldb/test/API/python_api/module_section/
DTestModuleAndSection.py101 exe_module.FindGlobalVariables(target, None, 1)
/external/llvm-project/lldb/test/API/python_api/target/
DTestTargetAPI.py249 value_list = target.FindGlobalVariables(
268 value_list = m.FindGlobalVariables(
/external/llvm-project/lldb/source/Core/
DModuleList.cpp447 void ModuleList::FindGlobalVariables(ConstString name, size_t max_matches, in FindGlobalVariables() function in ModuleList
452 (*pos)->FindGlobalVariables(name, CompilerDeclContext(), max_matches, in FindGlobalVariables()
457 void ModuleList::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in ModuleList
463 (*pos)->FindGlobalVariables(regex, max_matches, variable_list); in FindGlobalVariables()
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.h84 void FindGlobalVariables(ConstString name, in FindGlobalVariables() function
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp401 Symfile.FindGlobalVariables(ConstString(Context), CompilerDeclContext(), in getDeclContext()
560 Symfile.FindGlobalVariables(RE, UINT32_MAX, List); in findVariables()
585 Symfile.FindGlobalVariables(ConstString(Name), ContextPtr, UINT32_MAX, List); in findVariables()

12