Lines Matching refs:emitIntVal

103     Section.emitIntVal(P.getVersion(), 2);  in emitLineTablePrologue()
106 Section.emitIntVal(P.getAddressSize(), 1); in emitLineTablePrologue()
109 Section.emitIntVal(P.SegSelectorSize, 1); in emitLineTablePrologue()
140 Section.emitIntVal(0, 1); in emitLineTablePrologueV2IncludeAndFileTable()
165 Section.emitIntVal(0, 1); in emitLineTablePrologueV2IncludeAndFileTable()
173 Section.emitIntVal(0, 1); in emitLineTablePrologueV5IncludeAndFileTable()
176 Section.emitIntVal(1, 1); in emitLineTablePrologueV5IncludeAndFileTable()
204 Section.emitIntVal(0, 1); in emitLineTablePrologueV5IncludeAndFileTable()
210 Section.emitIntVal( in emitLineTablePrologueV5IncludeAndFileTable()
245 Section.emitIntVal(File.DirIdx, 1); in emitLineTablePrologueV5IncludeAndFileTable()
271 Section.emitIntVal(P.MinInstLength, 1); in emitLineTableProloguePayload()
274 Section.emitIntVal(P.MaxOpsPerInst, 1); in emitLineTableProloguePayload()
277 Section.emitIntVal(P.DefaultIsStmt, 1); in emitLineTableProloguePayload()
279 Section.emitIntVal(P.LineBase, 1); in emitLineTableProloguePayload()
281 Section.emitIntVal(P.LineRange, 1); in emitLineTableProloguePayload()
283 Section.emitIntVal(P.OpcodeBase, 1); in emitLineTableProloguePayload()
287 Section.emitIntVal(Length, 1); in emitLineTableProloguePayload()
327 Section.emitIntVal(dwarf::DW_LNS_extended_op, 1); in emitLineTableRows()
329 Section.emitIntVal(dwarf::DW_LNE_set_address, 1); in emitLineTableRows()
330 Section.emitIntVal(Row.Address.Address, in emitLineTableRows()
345 Section.emitIntVal(dwarf::DW_LNS_set_file, 1); in emitLineTableRows()
350 Section.emitIntVal(dwarf::DW_LNS_set_column, 1); in emitLineTableRows()
359 Section.emitIntVal(dwarf::DW_LNS_set_isa, 1); in emitLineTableRows()
364 Section.emitIntVal(dwarf::DW_LNS_negate_stmt, 1); in emitLineTableRows()
367 Section.emitIntVal(dwarf::DW_LNS_set_basic_block, 1); in emitLineTableRows()
370 Section.emitIntVal(dwarf::DW_LNS_set_prologue_end, 1); in emitLineTableRows()
373 Section.emitIntVal(dwarf::DW_LNS_set_epilogue_begin, 1); in emitLineTableRows()
386 Section.emitIntVal(dwarf::DW_LNS_advance_line, 1); in emitLineTableRows()
390 Section.emitIntVal(dwarf::DW_LNS_advance_pc, 1); in emitLineTableRows()