forked from OSchip/llvm-project
parent
ab5fb7f559
commit
141791c6d1
|
@ -48,7 +48,7 @@ void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue,
|
||||||
EmitValue(E, 1, AddrSpace);
|
EmitValue(E, 1, AddrSpace);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EmitRawText - If this file is backed by a assembly streamer, this dumps
|
/// EmitRawText - If this file is backed by an assembly streamer, this dumps
|
||||||
/// the specified string in the output .s file. This capability is
|
/// the specified string in the output .s file. This capability is
|
||||||
/// indicated by the hasRawTextSupport() predicate.
|
/// indicated by the hasRawTextSupport() predicate.
|
||||||
void MCStreamer::EmitRawText(StringRef String) {
|
void MCStreamer::EmitRawText(StringRef String) {
|
||||||
|
|
Loading…
Reference in New Issue