Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp880 ModuleList matching_modules; in FindMatchingFunctions() local
885 matching_modules.Clear(); in FindMatchingFunctions()
886 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
888 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
902 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
907 matching_modules.Clear(); in FindMatchingFunctionSymbols()
908 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
909 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1147 ModuleList matching_modules; in DoExecute() local
1152 matching_modules.Clear(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp2700 ModuleList matching_modules; in DoExecute() local
2702 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
2782 target->ModulesDidLoad(matching_modules); in DoExecute()
2854 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4080 ModuleList matching_modules; in AddModuleSymbols() local
4097 matching_modules); in AddModuleSymbols()
4101 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4124 if (matching_modules.IsEmpty()) in AddModuleSymbols()
4127 while (matching_modules.IsEmpty()) { in AddModuleSymbols()
4143 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()
[all …]
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i1033 matching_modules = []
1038 matching_modules.append(module)
1039 return matching_modules
/llvm-project-15.0.7/lldb/source/Core/
H A DSearchFilter.cpp737 ModuleList matching_modules; in Search() local