Searched refs:GetAllowList (Results 1 – 7 of 7) sorted by relevance
34 obj.GetAllowList()
100 bool GetAllowList() const;
45 s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed"); in GetDescription()
634 bool SBBreakpointName::GetAllowList() const { in GetAllowList() function in SBBreakpointName635 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, GetAllowList); in GetAllowList()640 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()755 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, GetAllowList, ()); in RegisterMethods()
87 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList() function
565 return GetPermissions().GetAllowList(); in AllowList()