Handbook
Glossary
LLVMParseBitcode ( MemBuf OutModule OutMessage -- int )
Vocabulary
llvm
.
ffi
Inputs
MemBuf
an
object
OutModule
an
object
OutMessage
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
llvm.ffi
LIBRARY:
llvm
FUNCTION:
int
LLVMParseBitcode
(
LLVMMemoryBufferRef
MemBuf, LLVMModuleRef* OutModule,
c-string* OutMessage )