Lines Matching refs:EmitIntValue

621     MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize);  in emitRangesEntries()
622 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
627 MS->EmitIntValue(0, AddressSize); in emitRangesEntries()
628 MS->EmitIntValue(0, AddressSize); in emitRangesEntries()
682 MS->EmitIntValue(RangeStart, AddressSize); in emitUnitRangesEntries()
685 MS->EmitIntValue(Range->second - RangeStart, AddressSize); in emitUnitRangesEntries()
689 Asm->OutStreamer.EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
690 Asm->OutStreamer.EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
702 MS->EmitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries()
705 MS->EmitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries()
710 MS->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
711 MS->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
749 Asm->OutStreamer.EmitIntValue(0, AddressSize); in emitLocationsForUnit()
750 Asm->OutStreamer.EmitIntValue(0, AddressSize); in emitLocationsForUnit()
753 Asm->OutStreamer.EmitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
754 Asm->OutStreamer.EmitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()
756 Asm->OutStreamer.EmitIntValue(Length, 2); in emitLocationsForUnit()
811 MS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in emitLineTableForUnit()
813 MS->EmitIntValue(dwarf::DW_LNE_set_address, 1); in emitLineTableForUnit()
814 MS->EmitIntValue(Row.Address, PointerSize); in emitLineTableForUnit()
829 MS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in emitLineTableForUnit()
835 MS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in emitLineTableForUnit()
845 MS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in emitLineTableForUnit()
851 MS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in emitLineTableForUnit()
855 MS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in emitLineTableForUnit()
860 MS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in emitLineTableForUnit()
865 MS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in emitLineTableForUnit()
881 MS->EmitIntValue(dwarf::DW_LNS_advance_line, 1); in emitLineTableForUnit()
886 MS->EmitIntValue(dwarf::DW_LNS_advance_pc, 1); in emitLineTableForUnit()