mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ABI/IRGen] Add custom function parameter flags representation for metadata use
This commit is contained in:
@@ -765,7 +765,9 @@ FUNCTION(ArrayDestroy, swift_arrayDestroy, DefaultCC,
|
||||
// const Metadata *result);
|
||||
FUNCTION(GetFunctionMetadata, swift_getFunctionTypeMetadata, DefaultCC,
|
||||
RETURNS(TypeMetadataPtrTy),
|
||||
ARGS(SizeTy, TypeMetadataPtrTy->getPointerTo(), Int32Ty->getPointerTo(),
|
||||
ARGS(SizeTy,
|
||||
TypeMetadataPtrTy->getPointerTo(0),
|
||||
Int32Ty->getPointerTo(0),
|
||||
TypeMetadataPtrTy),
|
||||
ATTRS(NoUnwind, ReadNone))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user