Searched defs:MCAsmStreamer (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp1 //===- lib/MC/MCAsmStreamer.cpp - Text Assembly Output --------------------===//
40 class MCAsmStreamer : public MCStreamer { class in namespace:__anon25877
61 MCAsmStreamer(MCContext &Context, formatted_raw_ostream &os, function in class:__anon25877::MCAsmStreamer
92 /// more readable. This only affects the MCAsmStreamer, and only when
248 /// more readable. This only affects the MCAsmStreamer, and only when
250 void MCAsmStreamer::AddComment(const Twine &T) {
264 void MCAsmStreamer::EmitCommentsAndEOL() {
294 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) {
301 void MCAsmStreamer::ChangeSection(const MCSection *Section,
307 void MCAsmStreamer
[all...]

Completed in 69 milliseconds