Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointName.h91 bool SetAllowDelete(bool value) { return SetPermission(deletePerm, value); } in SetAllowDelete() function
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp662 void SBBreakpointName::SetAllowDelete(bool value) { in SetAllowDelete() function in SBBreakpointName