Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp106 SymbolFile::FindGlobalVariables(const ConstString &name, in FindGlobalVariables() function in SymbolFile
112 uint32_t SymbolFile::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in SymbolFile
H A DSymbolVendor.cpp259 SymbolVendor::FindGlobalVariables(const ConstString &name, in FindGlobalVariables() function in SymbolVendor
266 return m_sym_file_ap->FindGlobalVariables(name, parent_decl_ctx, in FindGlobalVariables()
272 size_t SymbolVendor::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in SymbolVendor
279 return m_sym_file_ap->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolVendor.h82 virtual size_t FindGlobalVariables(const ConstString &name,
87 virtual size_t FindGlobalVariables(const RegularExpression &regex,
H A DSymbolFile.h181 FindGlobalVariables(const ConstString &name,
184 virtual uint32_t FindGlobalVariables(const RegularExpression &regex,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h339 size_t FindGlobalVariables(const ConstString &name, size_t max_matches,
358 size_t FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
H A DModule.h461 size_t FindGlobalVariables(const ConstString &name,
481 size_t FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h114 FindGlobalVariables(const lldb_private::ConstString &name,
119 uint32_t FindGlobalVariables(const lldb_private::RegularExpression &regex,
H A DSymbolFilePDB.cpp1036 uint32_t SymbolFilePDB::FindGlobalVariables( in FindGlobalVariables() function in SymbolFilePDB
1081 SymbolFilePDB::FindGlobalVariables(const lldb_private::RegularExpression &regex, in FindGlobalVariables() function in SymbolFilePDB
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp375 SBValueList SBModule::FindGlobalVariables(SBTarget &target, const char *name, in FindGlobalVariables() function in SBModule
381 const uint32_t match_count = module_sp->FindGlobalVariables( in FindGlobalVariables()
401 SBValueList sb_value_list(FindGlobalVariables(target, name, 1)); in FindFirstGlobalVariable()
H A DSBTarget.cpp1903 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() function in SBTarget
1910 const uint32_t match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1929 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() function in SBTarget
1943 match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1947 match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1952 match_count = target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables()
1974 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h103 FindGlobalVariables(const lldb_private::ConstString &name,
107 uint32_t FindGlobalVariables(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARFDebugMap.cpp826 if (oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables()
836 uint32_t SymbolFileDWARFDebugMap::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARFDebugMap
846 const uint32_t oso_matches = oso_dwarf->FindGlobalVariables( in FindGlobalVariables()
872 SymbolFileDWARFDebugMap::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in SymbolFileDWARFDebugMap
881 oso_dwarf->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables()
H A DSymbolFileDWARF.h172 FindGlobalVariables(const lldb_private::ConstString &name,
177 uint32_t FindGlobalVariables(const lldb_private::RegularExpression &regex,
H A DSymbolFileDWARF.cpp2068 uint32_t SymbolFileDWARF::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARF
2172 uint32_t SymbolFileDWARF::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in SymbolFileDWARF
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h80 uint32_t FindGlobalVariables(const ConstString &name, in FindGlobalVariables() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h197 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
H A DSBTarget.h458 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches);
487 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp442 size_t ModuleList::FindGlobalVariables(const ConstString &name, in FindGlobalVariables() function in ModuleList
449 (*pos)->FindGlobalVariables(name, nullptr, max_matches, variable_list); in FindGlobalVariables()
454 size_t ModuleList::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in ModuleList
461 (*pos)->FindGlobalVariables(regex, max_matches, variable_list); in FindGlobalVariables()
H A DModule.cpp598 size_t Module::FindGlobalVariables(const ConstString &name, in FindGlobalVariables() function in Module
604 return symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
609 size_t Module::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables() function in Module
614 return symbols->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h104 uint32_t FindGlobalVariables(const ConstString &name,
H A DSymbolFileNativePDB.cpp1153 uint32_t SymbolFileNativePDB::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileNativePDB
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp576 module->FindGlobalVariables(sym_name, nullptr, 1U, var_list); in GetSymbolDeclarationFromAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp723 module->FindGlobalVariables(name, namespace_decl, -1, vars); in FindGlobalVariable()
725 target.GetImages().FindGlobalVariables(name, -1, vars); in FindGlobalVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp835 return target->GetImages().FindGlobalVariables(ConstString(name), in GetVariableCallback()
H A DCommandObjectTarget.cpp808 return target->GetImages().FindGlobalVariables(ConstString(name), in GetVariableCallback()
874 matches = target->GetImages().FindGlobalVariables(regex, UINT32_MAX, in DoExecute()
1003 sc.module_sp->FindGlobalVariables(all_globals_regex, UINT32_MAX, in DoExecute()

12