Home
last modified time | relevance | path

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

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