Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitBytes

269     MCOS->EmitBytes(MCDwarfDirs[i], 0); // the DirectoryName
270 MCOS->EmitBytes(StringRef("\0", 1), 0); // the null term. of the string
278 MCOS->EmitBytes(MCDwarfFiles[i]->getName(), 0); // FileName
279 MCOS->EmitBytes(StringRef("\0", 1), 0); // the null term. of the string
340 MCOS->EmitBytes(OS.str(), /*AddrSpace=*/0);
811 streamer.EmitBytes(Augmentation.str(), 0);
1065 Streamer.EmitBytes(OS.str(), /*AddrSpace=*/0);