Home
last modified time | relevance | path

Searched refs:matching_modules (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp877 ModuleList matching_modules; in FindMatchingFunctions() local
882 matching_modules.Clear(); in FindMatchingFunctions()
883 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
885 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
899 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
904 matching_modules.Clear(); in FindMatchingFunctionSymbols()
905 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
906 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1117 ModuleList matching_modules; in DoExecute() local
1122 matching_modules.Clear(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp2928 ModuleList matching_modules; in DoExecute() local
2929 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
2930 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
2934 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
3010 target->ModulesDidLoad(matching_modules); in DoExecute()
3082 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4282 ModuleList matching_modules; in AddModuleSymbols() local
4299 matching_modules); in AddModuleSymbols()
4303 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4308 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i83 matching_modules = []
88 matching_modules.append(module)
89 return matching_modules
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp737 ModuleList matching_modules; in Search() local