Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A 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 …]
H A DCommandObjectTarget.cpp2657 ModuleList matching_modules; in DoExecute() local
2659 const size_t num_matches = matching_modules.GetSize(); 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()
4050 if (matching_modules.IsEmpty()) in AddModuleSymbols()
4053 while (matching_modules.IsEmpty()) { in AddModuleSymbols()
4069 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i1027 matching_modules = []
1032 matching_modules.append(module)
1033 return matching_modules
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp737 ModuleList matching_modules; in Search() local