Searched refs:GetAllowList (Results 1 – 7 of 7) sorted by relevance
100 bool GetAllowList() const;
45 s->Printf("list: %s", GetAllowList() ? "allowed" : "disallowed"); in GetDescription()
633 bool SBBreakpointName::GetAllowList() const { in GetAllowList() function in SBBreakpointName634 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, GetAllowList); in GetAllowList()639 return bp_name->GetPermissions().GetAllowList(); in GetAllowList()754 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()
10528 result = (bool)((lldb::SBBreakpointName const *)arg1)->GetAllowList(); in _wrap_SBBreakpointName_GetAllowList()