Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
663 if (ShouldClose) { in ~raw_fd_ostream()
793 assert(ShouldClose); in close()
794 ShouldClose = false; in close()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DBitWriter.h40 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h434 bool ShouldClose; variable