Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitIntValue

104   OS.EmitIntValue(unsigned(ModuleSubstreamKind::StringTable), 4);
131 OS.EmitIntValue(unsigned(ModuleSubstreamKind::FileChecksums), 4);
139 OS.EmitIntValue(getStringTableOffset(Filename), 4);
142 OS.EmitIntValue(0, 4);
156 OS.EmitIntValue(unsigned(ModuleSubstreamKind::Lines), 4);
167 OS.EmitIntValue(HaveColumns ? int(LineFlags::HaveColumns) : 0, 2);
180 OS.EmitIntValue(8 * (CurFileNum - 1), 4);
181 OS.EmitIntValue(EntryCount, 4);
186 OS.EmitIntValue(SegmentSize, 4);
193 OS.EmitIntValue(LineData, 4);
197 OS.EmitIntValue(J->getColumn(), 2);
198 OS.EmitIntValue(0, 2);