Lines Matching refs:EmitInt32
125 Asm->EmitInt32(COFF::DEBUG_SECTION_MAGIC); in endModule()
139 Asm->EmitInt32(COFF::DEBUG_INDEX_SUBSECTION); in endModule()
141 Asm->EmitInt32(8 * NumFilenames); in endModule()
145 Asm->EmitInt32(FileNameRegistry.Infos[Filename].StartOffset); in endModule()
147 Asm->EmitInt32(0); in endModule()
152 Asm->EmitInt32(COFF::DEBUG_STRING_TABLE_SUBSECTION); in endModule()
153 Asm->EmitInt32(FileNameRegistry.LastOffset); in endModule()
207 Asm->EmitInt32(COFF::DEBUG_SYMBOL_SUBSECTION); in emitDebugInfoForFunction()
258 Asm->EmitInt32(COFF::DEBUG_LINE_TABLE_SUBSECTION); in emitDebugInfoForFunction()
293 Asm->EmitInt32(8 * IndexInStringTable); in emitDebugInfoForFunction()
297 Asm->EmitInt32(SegmentLength); in emitDebugInfoForFunction()
307 Asm->EmitInt32(InstrInfo[Instr].LineNumber); in emitDebugInfoForFunction()