Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp885 ModuleList matching_modules; in FindMatchingFunctions() local
890 matching_modules.Clear(); in FindMatchingFunctions()
891 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
892 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()
908 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
913 matching_modules.Clear(); in FindMatchingFunctionSymbols()
914 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
915 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()
1161 ModuleList matching_modules; in DoExecute() local
1166 matching_modules.Clear(); in DoExecute()
[all …]
DCommandObjectTarget.cpp2657 ModuleList matching_modules; in DoExecute() local
2658 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
2659 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
2663 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
2739 target->ModulesDidLoad(matching_modules); in DoExecute()
2811 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4006 ModuleList matching_modules; in AddModuleSymbols() local
4023 matching_modules); in AddModuleSymbols()
4027 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4032 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBTarget.i1027 matching_modules = []
1032 matching_modules.append(module)
1033 return matching_modules
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DSearchFilter.cpp737 ModuleList matching_modules; in Search() local