Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Draw_ostream.cpp580 struct iovec IOV = {const_cast<void *>(Addr), Size }; in write_impl() local
581 ret = ::writev(FD, &IOV, 1); in write_impl()