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.cpp544 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp435 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateBreakpoint()
592 Target::GetSearchFilterForModuleList(const FileSpecList *containingModules) { in GetSearchFilterForModuleList() function in Target
613 return GetSearchFilterForModuleList(containingModules); in GetSearchFilterForModuleAndCUList()
682 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateScriptedBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1457 GetSearchFilterForModuleList(const FileSpecList *containingModuleList);