tools: introduce StreamWriter::printBoolean
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 4 Jun 2014 15:47:11 +0000 (15:47 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 4 Jun 2014 15:47:11 +0000 (15:47 +0000)
commitb35de82adcae131730d4af5d1d8b72b14ef16225
tree165a157a7e92d8dde1217755dabceafd5f15c353
parent0b25d84c27045c8a43d0890aa5cbc17e87e744bd
tools: introduce StreamWriter::printBoolean

Add a helper print method to print a boolean value as "Yes" or "No".  This is
intended to be used by the Windows ARM EH printer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210191 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-readobj/StreamWriter.h