Function nvvm::sys::nvvmGetCompiledResult[][src]

pub unsafe extern "C" fn nvvmGetCompiledResult(
    prog: nvvmProgram,
    buffer: *mut c_char
) -> nvvmResult
Expand description

\ingroup compilation \brief Get the compiled result.

The result is stored in the memory pointed by ‘buffer’.

\param [in] prog NVVM program. \param [out] buffer Compiled result. \return

  • \link ::nvvmResult NVVM_SUCCESS \endlink
  • \link ::nvvmResult NVVM_ERROR_INVALID_PROGRAM \endlink