Lines Matching refs:EmitIntValue

737     MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize);  in emitRangesEntries()
738 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
743 MS->EmitIntValue(0, AddressSize); in emitRangesEntries()
744 MS->EmitIntValue(0, AddressSize); in emitRangesEntries()
798 MS->EmitIntValue(RangeStart, AddressSize); in emitUnitRangesEntries()
801 MS->EmitIntValue(Range->second - RangeStart, AddressSize); in emitUnitRangesEntries()
805 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
806 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
818 MS->EmitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries()
821 MS->EmitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries()
826 MS->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
827 MS->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
864 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitLocationsForUnit()
865 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitLocationsForUnit()
868 Asm->OutStreamer->EmitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
869 Asm->OutStreamer->EmitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()
871 Asm->OutStreamer->EmitIntValue(Length, 2); in emitLocationsForUnit()
927 MS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in emitLineTableForUnit()
929 MS->EmitIntValue(dwarf::DW_LNE_set_address, 1); in emitLineTableForUnit()
930 MS->EmitIntValue(Row.Address, PointerSize); in emitLineTableForUnit()
945 MS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in emitLineTableForUnit()
951 MS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in emitLineTableForUnit()
961 MS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in emitLineTableForUnit()
967 MS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in emitLineTableForUnit()
971 MS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in emitLineTableForUnit()
976 MS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in emitLineTableForUnit()
981 MS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in emitLineTableForUnit()
996 MS->EmitIntValue(dwarf::DW_LNS_advance_line, 1); in emitLineTableForUnit()
1001 MS->EmitIntValue(dwarf::DW_LNS_advance_pc, 1); in emitLineTableForUnit()
1091 MS->EmitIntValue(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()
1092 MS->EmitIntValue(CIEOffset, 4); in emitFDE()
1093 MS->EmitIntValue(Address, AddrSize); in emitFDE()