Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DBitWriter.h40 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c1354 LLVMWriteBitcodeToFD(module, STDOUT_FILENO, 0, 0); in main()