sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
LLVMWriteBitcodeToFile
llvm
c
bitWriter
Writes a module to the specified path. Returns 0 on success.
extern (
C
) nothrow
int
LLVMWriteBitcodeToFile
(
LLVMModuleRef
M
,
const
(
char
)*
Path
)
Meta
Source
See Implementation
llvm
c
bitWriter
functions
LLVMWriteBitcodeToFD
LLVMWriteBitcodeToFile
LLVMWriteBitcodeToFileHandle
LLVMWriteBitcodeToMemoryBuffer
Writes a module to the specified path. Returns 0 on success.