Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitBytes

299     MCOS->EmitBytes(MCDwarfDirs[i]); // the DirectoryName
300 MCOS->EmitBytes(StringRef("\0", 1)); // the null term. of the string
307 MCOS->EmitBytes(MCDwarfFiles[i].Name); // FileName
308 MCOS->EmitBytes(StringRef("\0", 1)); // the null term. of the string
426 MCOS->EmitBytes(OS.str());
720 MCOS->EmitBytes(MCDwarfDirs[0]);
721 MCOS->EmitBytes(sys::path::get_separator());
725 MCOS->EmitBytes(MCDwarfFiles[1].Name);
730 MCOS->EmitBytes(context.getCompilationDir());
737 MCOS->EmitBytes(DwarfDebugFlags);
744 MCOS->EmitBytes(DwarfDebugProducer);
747 MCOS->EmitBytes(StringRef("llvm-mc (based on LLVM "));
748 MCOS->EmitBytes(StringRef(PACKAGE_VERSION));
749 MCOS->EmitBytes(StringRef(")"));
767 MCOS->EmitBytes(Entry.getName());
1228 Streamer.EmitBytes(Instr.getValues());
1379 streamer.EmitBytes(Augmentation.str());
1653 Streamer.EmitBytes(OS.str());