Searched defs:raw_pwrite_stream (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A Draw_ostream.h320 class raw_pwrite_stream : public raw_ostream { class in namespace:llvm
324 explicit raw_pwrite_stream(bool Unbuffered = false) function in class:llvm::raw_pwrite_stream
344 class raw_fd_ostream : public raw_pwrite_stream {
477 class raw_svector_ostream : public raw_pwrite_stream {
505 class raw_null_ostream : public raw_pwrite_stream {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h333 class raw_pwrite_stream : public raw_ostream { class in namespace:llvm
337 explicit raw_pwrite_stream(bool Unbuffered = false) function in class:llvm::raw_pwrite_stream
357 class raw_fd_ostream : public raw_pwrite_stream {
490 class raw_svector_ostream : public raw_pwrite_stream {
519 class raw_null_ostream : public raw_pwrite_stream {

Completed in 179 milliseconds