Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitWriter.cpp30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() argument
32 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); in LLVMWriteBitcodeToFD()
/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp440 ShouldClose = true; in raw_fd_ostream()
460 ShouldClose = false; in raw_fd_ostream()
466 ShouldClose = true; in raw_fd_ostream()
473 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream()
492 if (ShouldClose) in ~raw_fd_ostream()
567 assert(ShouldClose); in close()
568 ShouldClose = false; in close()
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() argument
33 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); in LLVMWriteBitcodeToFD()
/external/llvm/unittests/Support/
DReplaceFileTest.cpp37 const bool ShouldClose = true; in CreateFileWithContent() local
38 raw_fd_ostream OS(FD, ShouldClose); in CreateFileWithContent()
/external/llvm/lib/Support/
Draw_ostream.cpp520 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream()
523 ShouldClose = false; in raw_fd_ostream()
546 if (ShouldClose && sys::Process::SafelyCloseFileDescriptor(FD)) in ~raw_fd_ostream()
617 assert(ShouldClose); in close()
618 ShouldClose = false; in close()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp494 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream()
497 ShouldClose = false; in raw_fd_ostream()
520 if (ShouldClose && sys::Process::SafelyCloseFileDescriptor(FD)) in ~raw_fd_ostream()
590 assert(ShouldClose); in close()
591 ShouldClose = false; in close()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DBitWriter.h35 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/external/llvm/include/llvm-c/
DBitWriter.h41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h298 bool ShouldClose; variable
/external/llvm/include/llvm/Support/
Draw_ostream.h346 bool ShouldClose; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h359 bool ShouldClose; variable