Add writeAsHex(raw_ostream &) method to BinaryRef.
authorSean Silva <silvas@purdue.edu>
Wed, 5 Jun 2013 23:47:23 +0000 (23:47 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 5 Jun 2013 23:47:23 +0000 (23:47 +0000)
commit4370ddb8b821bda66478160c1a1c5714a1877d85
tree9632d15c08a003962b84c09394459c9d8825a53f
parentc170230b3a8c1e0a43614a929061ad24888bfe52
Add writeAsHex(raw_ostream &) method to BinaryRef.

This hides the implementation. A future commit will remove the
error-prone getHex() and getBinary() methods.

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