Searched refs:SetAllowList (Results 1 – 6 of 6) sorted by relevance
101 void SetAllowList(bool value);
642 void SBBreakpointName::SetAllowList(bool value) { in SetAllowList() function in SBBreakpointName643 LLDB_RECORD_METHOD(void, SBBreakpointName, SetAllowList, (bool), value); in SetAllowList()649 bp_name->GetPermissions().SetAllowList(value); in SetAllowList()755 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetAllowList, (bool)); in RegisterMethods()
88 bool SetAllowList(bool value) { return SetPermission(listPerm, value); } in SetAllowList() function
1635 m_permissions.SetAllowList(value); in SetOptionValue()
10554 (arg1)->SetAllowList(arg2); in _wrap_SBBreakpointName_SetAllowList()