MCPcopy Create free account
hub / github.com/aguinet/dragonffi / getArrayType

Method getArrayType

lib/dffi_api.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69ArrayType const* DFFI::getArrayType(Type const* Ty, uint64_t NElements)
70{
71 return Impl_->getArrayType(Ty, NElements);
72}
73
74NativeFunc DFFI::getFunction(FunctionType const* FTy, void* FPtr)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected