Lines Matching refs:emitBytes

365     MCOS->emitBytes(Dir);                // The DirectoryName, and...  in emitV2FileDirTables()
366 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables()
373 MCOS->emitBytes(MCDwarfFiles[i].Name); // FileName and... in emitV2FileDirTables()
374 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables()
389 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry()
390 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry()
402 MCOS->emitBytes(DwarfFile.Source.value_or(StringRef())); // Source and... in emitOneV5FileEntry()
403 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry()
435 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
436 MCOS->emitBytes(StringRef("\0", 1)); in emitV5FileDirTables()
438 MCOS->emitBytes(Dir); // The DirectoryName, and... in emitV5FileDirTables()
439 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV5FileDirTables()
675 MCOS->emitBytes(OS.str()); in Emit()
1003 MCOS->emitBytes(MCDwarfDirs[0]); in EmitGenDwarfInfo()
1004 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
1014 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
1019 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
1026 MCOS->emitBytes(DwarfDebugFlags); in EmitGenDwarfInfo()
1033 MCOS->emitBytes(DwarfDebugProducer); in EmitGenDwarfInfo()
1035 MCOS->emitBytes(StringRef("llvm-mc (based on LLVM " PACKAGE_VERSION ")")); in EmitGenDwarfInfo()
1052 MCOS->emitBytes(Entry.getName()); in EmitGenDwarfInfo()
1461 Streamer.emitBytes(Instr.getValues()); in emitCFIInstruction()
1614 Streamer.emitBytes(Augmentation); in EmitCIE()
1922 Streamer.emitBytes(OS.str()); in EmitAdvanceLoc()