Home
last modified time | relevance | path

Searched defs:SetAllowList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h88 bool SetAllowList(bool value) { return SetPermission(listPerm, value); } in SetAllowList() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp619 void SBBreakpointName::SetAllowList(bool value) { in SetAllowList() function in SBBreakpointName