Home
last modified time | relevance | path

Searched refs:ShouldClose (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp31 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 DBitWriter.h40 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/src/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp621 : 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 Draw_ostream.h462 bool ShouldClose; variable