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/ |
| D | BitWriter.cpp | 31 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/ |
| D | BitWriter.h | 40 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | sparse-llvm.c | 1354 LLVMWriteBitcodeToFD(module, STDOUT_FILENO, 0, 0); in main()
|