mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This runtime function doesn’t always perform instantiation; it’s how we get a witness table given a conformance, type, and set of instantiation arguments. Name it accordingly.
18 lines
497 B
C
18 lines
497 B
C
int $sBi32_N;
|
|
int $sBi64_N;
|
|
int $sBi8_N;
|
|
int $sBi32_WV;
|
|
int $sBi64_WV;
|
|
int $sBi8_WV;
|
|
void swift_getEnumCaseSinglePayload(void) {}
|
|
void swift_getGenericMetadata(void) {}
|
|
void swift_checkMetadataState(void) {}
|
|
void swift_slowAlloc(void) {}
|
|
void swift_slowDealloc(void) {}
|
|
void swift_storeEnumTagSinglePayload(void) {}
|
|
void swift_allocateGenericValueMetadata(void) {}
|
|
void swift_initEnumMetadataSinglePayload(void) {}
|
|
void swift_retain(){}
|
|
void swift_allocBox(){}
|
|
void swift_getWitnessTable(void) {}
|