Home
last modified time | relevance | path

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

/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.cpp519 : 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/
DBitWriter.h41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
/external/llvm/include/llvm/Support/
Draw_ostream.h346 bool ShouldClose; variable