Home | History | Annotate | Download | only in IR

Lines Matching refs:RetVals

2449 LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef B, LLVMValueRef *RetVals,
2451 return wrap(unwrap(B)->CreateAggregateRet(unwrap(RetVals), N));