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.cpp869 ModuleList matching_modules; in FindMatchingFunctions() local
874 matching_modules.Clear(); in FindMatchingFunctions()
875 target.GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
877 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
891 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
896 matching_modules.Clear(); in FindMatchingFunctionSymbols()
897 target.GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
898 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1124 ModuleList matching_modules; in DoExecute() local
1129 matching_modules.Clear(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp2956 ModuleList matching_modules; in DoExecute() local
2957 target.GetImages().FindModules(module_spec, matching_modules); in DoExecute()
2958 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
2962 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
3038 target.ModulesDidLoad(matching_modules); in DoExecute()
3110 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4295 ModuleList matching_modules; in AddModuleSymbols() local
4312 matching_modules); in AddModuleSymbols()
4316 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4321 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.cpp744 ModuleList matching_modules; in Search() local