Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp486 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp540 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp520 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateBreakpoint()
677 Target::GetSearchFilterForModuleList(const FileSpecList *containingModules) { in GetSearchFilterForModuleList() function in Target
698 return GetSearchFilterForModuleList(containingModules); in GetSearchFilterForModuleAndCUList()
767 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateScriptedBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1512 GetSearchFilterForModuleList(const FileSpecList *containingModuleList);