Lines Matching refs:EmitInt32
160 Asm->EmitInt32(COFF::DEBUG_LINE_TABLE_SUBSECTION); in emitDebugInfoForFunction()
193 Asm->EmitInt32(8 * IndexInStringTable); in emitDebugInfoForFunction()
197 Asm->EmitInt32(SegmentLength); in emitDebugInfoForFunction()
207 Asm->EmitInt32(InstrInfo[Instr].LineNumber); in emitDebugInfoForFunction()
222 Asm->EmitInt32(COFF::DEBUG_SECTION_MAGIC); in endModule()
234 Asm->EmitInt32(COFF::DEBUG_INDEX_SUBSECTION); in endModule()
236 Asm->EmitInt32(8 * NumFilenames); in endModule()
240 Asm->EmitInt32(FileNameRegistry.Infos[Filename].StartOffset); in endModule()
242 Asm->EmitInt32(0); in endModule()
247 Asm->EmitInt32(COFF::DEBUG_STRING_TABLE_SUBSECTION); in endModule()
248 Asm->EmitInt32(FileNameRegistry.LastOffset); in endModule()