• Home
  • Raw
  • Download

Lines Matching refs:emitBytes

354     MCOS->emitBytes(Dir);                // The DirectoryName, and...  in emitV2FileDirTables()
355 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables()
362 MCOS->emitBytes(MCDwarfFiles[i].Name); // FileName and... in emitV2FileDirTables()
363 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV2FileDirTables()
378 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry()
379 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry()
392 MCOS->emitBytes( in emitOneV5FileEntry()
394 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitOneV5FileEntry()
420 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
421 MCOS->emitBytes(StringRef("\0", 1)); in emitV5FileDirTables()
423 MCOS->emitBytes(Dir); // The DirectoryName, and... in emitV5FileDirTables()
424 MCOS->emitBytes(StringRef("\0", 1)); // its null terminator. in emitV5FileDirTables()
679 MCOS->emitBytes(OS.str()); in Emit()
1056 MCOS->emitBytes(MCDwarfDirs[0]); in EmitGenDwarfInfo()
1057 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
1067 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
1072 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
1079 MCOS->emitBytes(DwarfDebugFlags); in EmitGenDwarfInfo()
1086 MCOS->emitBytes(DwarfDebugProducer); in EmitGenDwarfInfo()
1088 MCOS->emitBytes(StringRef("llvm-mc (based on LLVM " PACKAGE_VERSION ")")); in EmitGenDwarfInfo()
1105 MCOS->emitBytes(Entry.getName()); in EmitGenDwarfInfo()
1501 Streamer.emitBytes(Instr.getValues()); in emitCFIInstruction()
1652 Streamer.emitBytes(Augmentation); in EmitCIE()
1961 Streamer.emitBytes(OS.str()); in EmitAdvanceLoc()