Lines Matching refs:EmitBytes
294 MCOS->EmitBytes(MCDwarfDirs[i]); // the DirectoryName in Emit()
295 MCOS->EmitBytes(StringRef("\0", 1)); // the null term. of the string in Emit()
302 MCOS->EmitBytes(MCDwarfFiles[i].Name); // FileName in Emit()
303 MCOS->EmitBytes(StringRef("\0", 1)); // the null term. of the string in Emit()
412 MCOS->EmitBytes(OS.str()); in Emit()
726 MCOS->EmitBytes(MCDwarfDirs[0]); in EmitGenDwarfInfo()
727 MCOS->EmitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
731 MCOS->EmitBytes(MCDwarfFiles[1].Name); in EmitGenDwarfInfo()
736 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
743 MCOS->EmitBytes(DwarfDebugFlags); in EmitGenDwarfInfo()
750 MCOS->EmitBytes(DwarfDebugProducer); in EmitGenDwarfInfo()
752 MCOS->EmitBytes(StringRef("llvm-mc (based on LLVM " PACKAGE_VERSION ")")); in EmitGenDwarfInfo()
769 MCOS->EmitBytes(Entry.getName()); in EmitGenDwarfInfo()
1153 Streamer.EmitBytes(Instr.getValues()); in EmitCFIInstruction()
1298 Streamer.EmitBytes(Augmentation); in EmitCIE()
1554 Streamer.EmitBytes(OS.str()); in EmitAdvanceLoc()