Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp488 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp462 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp362 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateBreakpoint()
513 Target::GetSearchFilterForModuleList(const FileSpecList *containingModules) { in GetSearchFilterForModuleList() function in Target
533 return GetSearchFilterForModuleList(containingModules); in GetSearchFilterForModuleAndCUList()
606 filter_sp = GetSearchFilterForModuleList(containingModules); in CreateScriptedBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1229 GetSearchFilterForModuleList(const FileSpecList *containingModuleList);