Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp469 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp478 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp369 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateBreakpoint()
526 Target::GetSearchFilterForModuleList(const FileSpecList *containingModules) { in GetSearchFilterForModuleList() function in Target
547 return GetSearchFilterForModuleList(containingModules); in GetSearchFilterForModuleAndCUList()
616 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateScriptedBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1349 GetSearchFilterForModuleList(const FileSpecList *containingModuleList);