HomeSort by relevance Sort by last modified time
    Searched refs:LLVMWriteBitcodeToFD (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm-c/
BitWriter.h 35 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
38 /** Deprecated for LLVMWriteBitcodeToFD. Writes a module to an open file
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitWriter.cpp 30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
39 return LLVMWriteBitcodeToFD(M, FileHandle, true, false);
  /external/llvm/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
44 /** Deprecated for LLVMWriteBitcodeToFD. Writes a module to an open file
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
44 /** Deprecated for LLVMWriteBitcodeToFD. Writes a module to an open file
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
40 return LLVMWriteBitcodeToFD(M, FileHandle, true, false);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitWriter.cpp 32 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
41 return LLVMWriteBitcodeToFD(M, FileHandle, true, false);
  /external/llvm/bindings/ocaml/bitwriter/
bitwriter_ocaml.c 41 Result = LLVMWriteBitcodeToFD(M, Int_val(FD), 0, Unbuffered);
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
bitwriter_ocaml.c 43 res = LLVMWriteBitcodeToFD((LLVMModuleRef) M, Int_val(FD), 0, Unbuffered);
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/bitwriter/
bitwriter_ocaml.c 41 Result = LLVMWriteBitcodeToFD(M, Int_val(FD), 0, Unbuffered);
  /external/llvm/bindings/go/llvm/
bitwriter.go 27 fail := C.LLVMWriteBitcodeToFD(m.C, C.int(file.Fd()), C.int(0), C.int(0))
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
bitwriter.go 27 fail := C.LLVMWriteBitcodeToFD(m.C, C.int(file.Fd()), C.int(0), C.int(0))

Completed in 435 milliseconds