Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp44 s->Printf("delete: %s", GetAllowDelete() ? "allowed" : "disallowed"); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h105 bool GetAllowDelete();
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h90 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete() function
H A DBreakpoint.h580 return GetPermissions().GetAllowDelete(); in AllowDelete()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp628 bool SBBreakpointName::GetAllowDelete() { in GetAllowDelete() function in SBBreakpointName
634 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11687 result = (bool)(arg1)->GetAllowDelete(); in _wrap_SBBreakpointName_GetAllowDelete()