Add method raw_fd_ostream::seek() for random access within a file.
authorTed Kremenek <kremenek@apple.com>
Mon, 26 Jan 2009 21:42:04 +0000 (21:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 26 Jan 2009 21:42:04 +0000 (21:42 +0000)
commit9c27886dd5d504f2b03c6fcb57aba23e5e44c4fa
treebbfa23593e4dd812821dd2d3a181133910ff7ad9
parent4699934647c35a308deb33d9d5e4e811b78139ef
Add method raw_fd_ostream::seek() for random access within a file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63044 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/raw_ostream.h
lib/Support/raw_ostream.cpp