Kevin Enderby f3e817fa09 For the 'C' disassembler API, add a new ReferenceType for the
SymbolLookUp() call back to return a demangled C++ name to
be used as a comment.

For example darwin's otool(1) program the uses the llvm
disassembler now can produce disassembly like:

callq   __ZNK4llvm6Target20createMCDisassemblerERKNS_15MCSubtargetInfoE ## llvm::Target::createMCDisassembler(llvm::MCSubtargetInfo const&) const

Also fix a bug in LLVMDisasmInstruction() that was not flushing
the raw_svector_ostream for the disassembled instruction string
before copying it to the output buffer that was causing truncation
of the output.

rdar://10173828

llvm-svn: 198637
2014-01-06 22:08:08 +00:00
..
2013-11-22 16:58:05 +00:00
2013-10-23 17:56:29 +00:00
2013-10-23 17:56:29 +00:00
2013-10-23 17:56:29 +00:00
2013-11-06 09:21:15 +00:00
2013-10-23 17:56:29 +00:00
2013-11-11 14:47:01 +00:00