Searched refs:ShouldClose (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 30 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/ |
D | raw_ostream.cpp | 443 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/ |
D | BitWriter.h | 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 312 bool ShouldClose; variable
|