Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp873 ModuleList matching_modules; in FindMatchingFunctions() local
878 matching_modules.Clear(); in FindMatchingFunctions()
879 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
881 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
895 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
900 matching_modules.Clear(); in FindMatchingFunctionSymbols()
901 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
902 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1113 ModuleList matching_modules; in DoExecute() local
1118 matching_modules.Clear(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp3004 ModuleList matching_modules; in DoExecute() local
3006 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
3086 target->ModulesDidLoad(matching_modules); in DoExecute()
3158 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4375 ModuleList matching_modules; in AddModuleSymbols() local
4392 matching_modules); in AddModuleSymbols()
4396 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4419 if (matching_modules.IsEmpty()) in AddModuleSymbols()
4422 while (matching_modules.IsEmpty()) { in AddModuleSymbols()
4438 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i83 matching_modules = []
88 matching_modules.append(module)
89 return matching_modules
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp737 ModuleList matching_modules; in Search() local