Home
last modified time | relevance | path

Searched refs:GetAllowDelete (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointName.i103 bool GetAllowDelete();
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp51 s->Printf("delete: %s", GetAllowDelete() ? "allowed" : "disallowed"); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp652 bool SBBreakpointName::GetAllowDelete() { in GetAllowDelete() function in SBBreakpointName
653 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointName, GetAllowDelete); in GetAllowDelete()
658 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete()
756 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetAllowDelete, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h103 bool GetAllowDelete();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h90 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete() function
H A DBreakpoint.h571 return GetPermissions().GetAllowDelete(); in AllowDelete()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp10578 result = (bool)(arg1)->GetAllowDelete(); in _wrap_SBBreakpointName_GetAllowDelete()