| 67 | } |
| 68 | |
| 69 | ArrayType const* DFFI::getArrayType(Type const* Ty, uint64_t NElements) |
| 70 | { |
| 71 | return Impl_->getArrayType(Ty, NElements); |
| 72 | } |
| 73 | |
| 74 | NativeFunc DFFI::getFunction(FunctionType const* FTy, void* FPtr) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected