Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/lib/Bitcode/Writer/
DBitWriter.cpp31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() function
40 return LLVMWriteBitcodeToFD(M, FileHandle, true, false); in LLVMWriteBitcodeToFileHandle()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DBitWriter.h35 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/external/llvm/include/llvm-c/
DBitWriter.h41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/external/llvm/bindings/go/llvm/
Dbitwriter.go27 fail := C.LLVMWriteBitcodeToFD(m.C, C.int(file.Fd()), C.int(0), C.int(0))
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c43 res = LLVMWriteBitcodeToFD((LLVMModuleRef) M, Int_val(FD), 0, Unbuffered); in llvm_write_bitcode_to_fd()
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c41 Result = LLVMWriteBitcodeToFD(M, Int_val(FD), 0, Unbuffered); in llvm_write_bitcode_to_fd()