Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp480 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp556 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp434 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateBreakpoint()
591 Target::GetSearchFilterForModuleList(const FileSpecList *containingModules) { in GetSearchFilterForModuleList() function in Target
612 return GetSearchFilterForModuleList(containingModules); in GetSearchFilterForModuleAndCUList()
681 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateScriptedBreakpoint()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1444 GetSearchFilterForModuleList(const FileSpecList *containingModuleList);