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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A DBitWriter.h41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitWriter.cpp30 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, argument
32 raw_fd_ostream OS(FD, ShouldClose, Unbuffered);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Draw_ostream.cpp441 ShouldClose = true;
461 ShouldClose = false;
467 ShouldClose = true;
471 /// ShouldClose is true, this closes the file when the stream is destroyed.
474 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
493 if (ShouldClose)
569 assert(ShouldClose);
570 ShouldClose = false;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A Draw_ostream.h312 bool ShouldClose; member in class:llvm::raw_fd_ostream
369 /// ShouldClose is true, this closes the file when the stream is destroyed.

Completed in 297 milliseconds