File tree Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -586,6 +586,7 @@ extension _ArrayBuffer {
586
586
/// underlying contiguous storage. If no such storage exists, it is
587
587
/// created on-demand.
588
588
@inlinable
589
+ @_alwaysEmitIntoClient
589
590
internal func withUnsafeBufferPointer< R, E> (
590
591
_ body: ( UnsafeBufferPointer < Element > ) throws ( E ) -> R
591
592
) throws ( E) -> R {
Original file line number Diff line number Diff line change @@ -459,6 +459,7 @@ internal struct _ContiguousArrayBuffer<Element>: _ArrayBufferProtocol {
459
459
/// Call `body(p)`, where `p` is an `UnsafeBufferPointer` over the
460
460
/// underlying contiguous storage.
461
461
@inlinable
462
+ @_alwaysEmitIntoClient
462
463
internal func withUnsafeBufferPointer< R, E> (
463
464
_ body: ( UnsafeBufferPointer < Element > ) throws ( E ) -> R
464
465
) throws ( E) -> R {
Original file line number Diff line number Diff line change @@ -445,6 +445,7 @@ internal struct _SliceBuffer<Element>
445
445
/// Call `body(p)`, where `p` is an `UnsafeBufferPointer` over the
446
446
/// underlying contiguous storage.
447
447
@inlinable
448
+ @_alwaysEmitIntoClient
448
449
internal func withUnsafeBufferPointer< R, E> (
449
450
_ body: ( UnsafeBufferPointer < Element > ) throws ( E ) -> R
450
451
) throws ( E) -> R {
Original file line number Diff line number Diff line change @@ -583,12 +583,8 @@ Added: _$sSS20_immortalCocoaString5count8encodingSSyXl_Sixmtcs16_UnicodeEncoding
583
583
Added: _$ss33_stdlib_isVariantOSVersionAtLeastyBi1_Bw_BwBwtF
584
584
585
585
// Typed throws for withUnsafeBufferPointer operations.
586
- Added: _$ss12_ArrayBufferV010withUnsafeB7Pointeryqd__qd__SRyxGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lF
587
- Added: _$ss12_SliceBufferV010withUnsafeB7Pointeryqd__qd__SRyxGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lF
588
586
Added: _$ss20_ArrayBufferProtocolP010withUnsafeB7Pointeryqd__qd__SRy7ElementQzGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lFTj
589
587
Added: _$ss20_ArrayBufferProtocolP010withUnsafeB7Pointeryqd__qd__SRy7ElementQzGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lFTq
590
- Added: _$ss22_ContiguousArrayBufferV010withUnsafeC7Pointeryqd__qd__SRyxGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lF
591
-
592
588
593
589
// Typed throws for withUnsafeMutableBufferPointer operations.
594
590
Added: _$ss20_ArrayBufferProtocolP017withUnsafeMutableB7Pointeryqd__qd__Sry7ElementQzGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lFTj
Original file line number Diff line number Diff line change @@ -583,10 +583,7 @@ Added: _$sSS20_immortalCocoaString5count8encodingSSyXl_Sixmtcs16_UnicodeEncoding
583
583
Added: _$ss33_stdlib_isVariantOSVersionAtLeastyBi1_Bw_BwBwtF
584
584
585
585
// Typed throws for withUnsafeBufferPointer operations.
586
- Added: _$ss12_ArrayBufferV010withUnsafeB7Pointeryqd__qd__SRyxGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lF
587
- Added: _$ss12_SliceBufferV010withUnsafeB7Pointeryqd__qd__SRyxGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lF
588
586
Added: _$ss20_ArrayBufferProtocolP010withUnsafeB7Pointeryqd__qd__SRy7ElementQzGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lFTj
589
- Added: _$ss22_ContiguousArrayBufferV010withUnsafeC7Pointeryqd__qd__SRyxGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lF
590
587
Added: _$ss20_ArrayBufferProtocolP010withUnsafeB7Pointeryqd__qd__SRy7ElementQzGqd_0_YKXEqd_0_YKs5ErrorRd_0_r0_lFTq
591
588
592
589
// Typed throws for withUnsafeMutableBufferPointer operations.
You can’t perform that action at this time.
0 commit comments