Home
last modified time | relevance | path

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

/external/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/llvm/lib/Support/
Draw_ostream.cpp443 ShouldClose = true; in raw_fd_ostream()
451 ShouldClose = false; in raw_fd_ostream()
456 ShouldClose = true; in raw_fd_ostream()
463 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) { in raw_fd_ostream()
482 if (ShouldClose) in ~raw_fd_ostream()
558 assert(ShouldClose); in close()
559 ShouldClose = false; in close()
/external/llvm/include/llvm-c/
DBitWriter.h41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/external/llvm/include/llvm/Support/
Draw_ostream.h312 bool ShouldClose; variable