Functionally identical to EmitBytes. When emitting textual assembly, this method uses .byte directives instead of .ascii or .asciz for readability.
Synopsis
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitBinaryData(StringRef Data);
Parameters
Name |
Description |
Data |
Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated. |
Created with MrDocs