Home
last modified time | relevance | path

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

12

/external/lldb/test/python_api/value/
DTestValueAPI.py65 list = target.FindGlobalVariables('days_of_week', 1)
72 list = target.FindGlobalVariables('weekdays', 1)
79 list = target.FindGlobalVariables('g_table', 1)
/external/lldb/source/Symbol/
DSymbolVendor.cpp281 SymbolVendor::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_dec… in FindGlobalVariables() function in SymbolVendor
288 … return m_sym_file_ap->FindGlobalVariables(name, namespace_decl, append, max_matches, variables); in FindGlobalVariables()
294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches,… in FindGlobalVariables() function in SymbolVendor
301 return m_sym_file_ap->FindGlobalVariables(regex, append, max_matches, variables); in FindGlobalVariables()
/external/lldb/include/lldb/Symbol/
DSymbolVendor.h95 FindGlobalVariables (const ConstString &name,
102 FindGlobalVariables (const RegularExpression& regex,
DSymbolFile.h136 …virtual uint32_t FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *na…
137 …virtual uint32_t FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t…
/external/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.h91FindGlobalVariables(const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl …
94FindGlobalVariables(const lldb_private::RegularExpression& regex, bool append, uint32_t max_matche…
DSymbolFileSymtab.cpp330 SymbolFileSymtab::FindGlobalVariables(const ConstString &name, const ClangNamespaceDecl *namespace_… in FindGlobalVariables() function in SymbolFileSymtab
336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_mat… in FindGlobalVariables() function in SymbolFileSymtab
/external/lldb/include/lldb/Core/
DModuleList.h304 FindGlobalVariables (const ConstString &name,
332 FindGlobalVariables (const RegularExpression& regex,
DModule.h376 FindGlobalVariables (const ConstString &name,
405 FindGlobalVariables (const RegularExpression& regex,
/external/lldb/test/python_api/default-constructor/
Dsb_module.py20 obj.FindGlobalVariables(lldb.SBTarget(), "my_global_var", 1)
Dsb_target.py30 obj.FindGlobalVariables("my_global_var", 1)
/external/lldb/source/API/
DSBModule.cpp457 SBModule::FindGlobalVariables (SBTarget &target, const char *name, uint32_t max_matches) in FindGlobalVariables() function in SBModule
464 const uint32_t match_count = module_sp->FindGlobalVariables (ConstString (name), in FindGlobalVariables()
489 SBValueList sb_value_list(FindGlobalVariables(target, name, 1)); in FindFirstGlobalVariable()
DSBTarget.cpp2243 SBTarget::FindGlobalVariables (const char *name, uint32_t max_matches) in FindGlobalVariables() function in SBTarget
2252 … const uint32_t match_count = target_sp->GetImages().FindGlobalVariables (ConstString (name), in FindGlobalVariables()
2277 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable()
/external/lldb/examples/python/
Dglobals.py40 … global_variable_list = module.FindGlobalVariables (target, global_name, lldb.UINT32_MAX)
/external/lldb/test/python_api/target/
DTestTargetAPI.py137 value_list = target.FindGlobalVariables('my_global_var_of_char_type', 3)
152 value_list = m.FindGlobalVariables(target, 'my_global_var_of_char_type', 3)
/external/lldb/test/lang/objc/foundation/
DTestObjectDescriptionAPI.py76 value_list2 = target.FindGlobalVariables('my_global_str', 3)
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h83 …virtual uint32_t FindGlobalVariables (const lldb_private::ConstString &name, const lldb_pri…
84 …virtual uint32_t FindGlobalVariables (const lldb_private::RegularExpression& regex, bool ap…
DSymbolFileDWARFDebugMap.cpp885 … if (oso_dwarf->FindGlobalVariables(name, namespace_decl, true, max_matches, variables)) in PrivateFindGlobalVariables()
895 SymbolFileDWARFDebugMap::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *na… in FindGlobalVariables() function in SymbolFileDWARFDebugMap
910 const uint32_t oso_matches = oso_dwarf->FindGlobalVariables (name, in FindGlobalVariables()
938 SymbolFileDWARFDebugMap::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t… in FindGlobalVariables() function in SymbolFileDWARFDebugMap
952 const uint32_t oso_matches = oso_dwarf->FindGlobalVariables (regex, in FindGlobalVariables()
DSymbolFileDWARF.h118 …virtual uint32_t FindGlobalVariables(const lldb_private::ConstString &name, const lldb_priv…
119 …virtual uint32_t FindGlobalVariables(const lldb_private::RegularExpression& regex, bool app…
/external/lldb/include/lldb/API/
DSBModule.h176 FindGlobalVariables (lldb::SBTarget &target,
DSBTarget.h613 FindGlobalVariables (const char *name,
/external/lldb/source/Core/
DModuleList.cpp479 ModuleList::FindGlobalVariables (const ConstString &name, in FindGlobalVariables() function in ModuleList
489 (*pos)->FindGlobalVariables (name, NULL, append, max_matches, variable_list); in FindGlobalVariables()
496 ModuleList::FindGlobalVariables (const RegularExpression& regex, in FindGlobalVariables() function in ModuleList
506 (*pos)->FindGlobalVariables (regex, append, max_matches, variable_list); in FindGlobalVariables()
DModule.cpp540 Module::FindGlobalVariables (const ConstString &name, in FindGlobalVariables() function in Module
548 return symbols->FindGlobalVariables(name, namespace_decl, append, max_matches, variables); in FindGlobalVariables()
553 Module::FindGlobalVariables (const RegularExpression& regex, in FindGlobalVariables() function in Module
560 return symbols->FindGlobalVariables(regex, append, max_matches, variables); in FindGlobalVariables()
/external/lldb/scripts/Python/interface/
DSBModule.i266 ") FindGlobalVariables;
268 FindGlobalVariables (lldb::SBTarget &target,
DSBTarget.i608 ") FindGlobalVariables;
610 FindGlobalVariables (const char *name,
/external/lldb/test/python_api/module_section/
DTestModuleAndSection.py95 exe_module.FindGlobalVariables(target, None, 1)

12