Searched refs:ShouldClose (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
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()
|
/external/llvm/unittests/Support/ |
D | ReplaceFileTest.cpp | 37 const bool ShouldClose = true; in CreateFileWithContent() local 38 raw_fd_ostream OS(FD, ShouldClose); in CreateFileWithContent()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 519 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream() 522 ShouldClose = false; in raw_fd_ostream() 545 if (ShouldClose && sys::Process::SafelyCloseFileDescriptor(FD)) in ~raw_fd_ostream() 603 assert(ShouldClose); in close() 604 ShouldClose = false; in close()
|
/external/llvm/include/llvm-c/ |
D | BitWriter.h | 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 346 bool ShouldClose; variable
|