Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBBreakpointName.i100 bool GetAllowList() const;
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointName.cpp45 s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed"); in GetDescription()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBBreakpointName.h100 bool GetAllowList() const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointName.h87 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList() function
DBreakpoint.h576 return GetPermissions().GetAllowList(); in AllowList()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBBreakpointName.cpp608 bool SBBreakpointName::GetAllowList() const { in GetAllowList() function in SBBreakpointName
614 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()