Files
swift-mirror/validation-test/stdlib/MicroStdlib/Inputs/RuntimeStubs.c
Doug Gregor dd154f6668 [Runtime] Rename swift_instantiateWitnessTable() -> swift_getWitnessTable()
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.
2018-10-25 20:35:27 -07:00

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) {}