Files
swift-mirror/validation-test/stdlib/MicroStdlib/Inputs/RuntimeStubs.c
John McCall 583bec3b2c Add a runtime function to query the current runtime state of a metadata.
This functions returns the metadata purely for liveness purposes.
2018-03-26 02:48:52 -04:00

17 lines
461 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(){}