Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ReturnType

273 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
277 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));