/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDwo.cpp | 151 void SymbolFileDWARFDwo::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARFDwo 154 GetBaseSymbolFile().FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables()
|
H A D | SymbolFileDWARFDwo.h | 56 void FindGlobalVariables(ConstString name,
|
H A D | SymbolFileDWARFDebugMap.h | 111 void FindGlobalVariables(ConstString name, 115 void FindGlobalVariables(const RegularExpression ®ex, uint32_t max_matches,
|
H A D | SymbolFileDWARFDebugMap.cpp | 912 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in PrivateFindGlobalVariables() 921 void SymbolFileDWARFDebugMap::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARFDebugMap 929 oso_dwarf->FindGlobalVariables(name, parent_decl_ctx, max_matches, in FindGlobalVariables() 952 void SymbolFileDWARFDebugMap::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileDWARFDebugMap 959 oso_dwarf->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables()
|
H A D | SymbolFileDWARF.h | 170 void FindGlobalVariables(ConstString name, 175 void FindGlobalVariables(const RegularExpression ®ex, uint32_t max_matches,
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 317 void SymbolFileOnDemand::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() function in SymbolFileOnDemand 325 return m_sym_file_impl->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables() 328 void SymbolFileOnDemand::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileOnDemand 353 return m_sym_file_impl->FindGlobalVariables(name, parent_decl_ctx, in FindGlobalVariables()
|
H A D | SymbolFile.cpp | 115 void SymbolFile::FindGlobalVariables(ConstString name, in FindGlobalVariables() function in SymbolFile 120 void SymbolFile::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() function in SymbolFile
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBModuleDocstrings.i | 183 ) lldb::SBModule::FindGlobalVariables;
|
H A D | SBTargetDocstrings.i | 298 ) lldb::SBTarget::FindGlobalVariables;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 312 void FindGlobalVariables(ConstString name, size_t max_matches, 326 void FindGlobalVariables(const RegularExpression ®ex, size_t max_matches,
|
H A D | Module.h | 405 void FindGlobalVariables(ConstString name, 421 void FindGlobalVariables(const RegularExpression ®ex, size_t max_matches,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFileOnDemand.h | 133 FindGlobalVariables(lldb_private::ConstString name, 138 void FindGlobalVariables(const lldb_private::RegularExpression ®ex,
|
H A D | SymbolFile.h | 292 virtual void FindGlobalVariables(ConstString name, 296 virtual void FindGlobalVariables(const RegularExpression ®ex,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 124 FindGlobalVariables(lldb_private::ConstString name, 129 void FindGlobalVariables(const lldb_private::RegularExpression ®ex,
|
H A D | SymbolFileCTF.cpp | 1087 void SymbolFileCTF::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileCTF 1104 void SymbolFileCTF::FindGlobalVariables( in FindGlobalVariables() function in SymbolFileCTF
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.h | 114 FindGlobalVariables(lldb_private::ConstString name, 119 void FindGlobalVariables(const lldb_private::RegularExpression ®ex,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 404 SBValueList SBModule::FindGlobalVariables(SBTarget &target, const char *name, in FindGlobalVariables() function in SBModule 412 module_sp->FindGlobalVariables(ConstString(name), CompilerDeclContext(), in FindGlobalVariables() 430 SBValueList sb_value_list(FindGlobalVariables(target, name, 1)); in FindFirstGlobalVariable()
|
H A D | SBTarget.cpp | 1895 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() function in SBTarget 1904 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables() 1922 SBValueList SBTarget::FindGlobalVariables(const char *name, in FindGlobalVariables() function in SBTarget 1937 target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches, in FindGlobalVariables() 1941 target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref), in FindGlobalVariables() 1945 target_sp->GetImages().FindGlobalVariables( in FindGlobalVariables() 1951 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables() 1974 SBValueList sb_value_list(FindGlobalVariables(name, 1)); in FindFirstGlobalVariable()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModule.h | 186 lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
|
H A D | SBTarget.h | 478 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches); 503 lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 510 void ModuleList::FindGlobalVariables(ConstString name, size_t max_matches, in FindGlobalVariables() function in ModuleList 514 module_sp->FindGlobalVariables(name, CompilerDeclContext(), max_matches, in FindGlobalVariables() 519 void ModuleList::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() function in ModuleList 524 module_sp->FindGlobalVariables(regex, max_matches, variable_list); in FindGlobalVariables()
|
H A D | Module.cpp | 606 void Module::FindGlobalVariables(ConstString name, in FindGlobalVariables() function in Module 610 symbols->FindGlobalVariables(name, parent_decl_ctx, max_matches, variables); in FindGlobalVariables() 613 void Module::FindGlobalVariables(const RegularExpression ®ex, in FindGlobalVariables() function in Module 617 symbols->FindGlobalVariables(regex, max_matches, variables); in FindGlobalVariables()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.h | 87 void FindGlobalVariables(ConstString name, in FindGlobalVariables() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 106 void FindGlobalVariables(ConstString name,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 634 module->FindGlobalVariables(name, namespace_decl, -1, vars); in FindGlobalVariable() 636 target.GetImages().FindGlobalVariables(name, -1, vars); in FindGlobalVariable()
|