| 206 | } |
| 207 | |
| 208 | CFunction functiontype_getfunction(FunctionType const& Ty, uintptr_t Ptr) |
| 209 | { |
| 210 | return CFunction{Ty.getFunction((void*)Ptr)}; |
| 211 | } |
| 212 | |
| 213 | uintptr_t cpointerobj_getptr(CPointerObj& Obj) |
| 214 | { |
nothing calls this directly
no test coverage detected