Searched refs:ShouldClose (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitWriter.cpp | 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() argument 33 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); in LLVMWriteBitcodeToFD()
|
| /src/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | BitWriter.h | 40 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 621 : raw_pwrite_stream(unbuffered, K), FD(fd), ShouldClose(shouldClose) { in raw_fd_ostream() 623 ShouldClose = false; in raw_fd_ostream() 636 ShouldClose = false; in raw_fd_ostream() 664 if (ShouldClose) { in ~raw_fd_ostream() 807 assert(ShouldClose); in close() 808 ShouldClose = false; in close()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 462 bool ShouldClose; variable
|