Home
last modified time | relevance | path

Searched defs:Unbuffered (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitWriter.cpp32 int Unbuffered) { in LLVMWriteBitcodeToFD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h67 Unbuffered = 0, enumerator
338 : raw_ostream(Unbuffered) {} in raw_ostream() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h69 Unbuffered = 0, enumerator
378 : raw_ostream(Unbuffered) {} in raw_ostream() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.cpp181 constexpr bool Unbuffered = false; in getOutputStream() local