Home
last modified time | relevance | path

Searched refs:LLVMWriteBitcodeToFD (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() function
39 return LLVMWriteBitcodeToFD(M, FileHandle, true, false); in LLVMWriteBitcodeToFileHandle()
/external/llvm/include/llvm-c/
DBitWriter.h41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c43 res = LLVMWriteBitcodeToFD((LLVMModuleRef) M, Int_val(FD), 0, Unbuffered); in llvm_write_bitcode_to_fd()