Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp918 ModuleList matching_modules; in FindMatchingFunctions() local
923 matching_modules.Clear(); in FindMatchingFunctions()
924 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
925 num_matches += matching_modules.FindFunctions( in FindMatchingFunctions()
943 ModuleList matching_modules; in FindMatchingFunctionSymbols() local
948 matching_modules.Clear(); in FindMatchingFunctionSymbols()
949 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
950 num_matches += matching_modules.FindFunctionSymbols( in FindMatchingFunctionSymbols()
1200 ModuleList matching_modules; in DoExecute() local
1205 matching_modules.Clear(); in DoExecute()
[all …]
H A DCommandObjectTarget.cpp2759 ModuleList matching_modules; in DoExecute() local
2761 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
2765 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
2851 target->ModulesDidLoad(matching_modules); in DoExecute()
2927 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp817 ModuleList matching_modules; in Search() local