Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp881 ModuleList matching_modules; in FindMatchingFunctions() local
886 matching_modules.Clear(); in FindMatchingFunctions()
887 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
889 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
903 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
908 matching_modules.Clear(); in FindMatchingFunctionSymbols()
909 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
910 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1148 ModuleList matching_modules; in DoExecute() local
1153 matching_modules.Clear(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp2715 ModuleList matching_modules; in DoExecute() local
2716 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
2717 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
2721 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
2797 target->ModulesDidLoad(matching_modules); in DoExecute()
2869 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4095 ModuleList matching_modules; in AddModuleSymbols() local
4112 matching_modules); in AddModuleSymbols()
4116 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4121 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()
[all …]
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i1033 matching_modules = []
1038 matching_modules.append(module)
1039 return matching_modules
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSearchFilter.cpp737 ModuleList matching_modules; in Search() local