Lines Matching refs:EmitIntValue
739 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries()
740 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
745 MS->EmitIntValue(0, AddressSize); in emitRangesEntries()
746 MS->EmitIntValue(0, AddressSize); in emitRangesEntries()
800 MS->EmitIntValue(RangeStart, AddressSize); in emitUnitRangesEntries()
803 MS->EmitIntValue(Range->second - RangeStart, AddressSize); in emitUnitRangesEntries()
807 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
808 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
820 MS->EmitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries()
823 MS->EmitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries()
828 MS->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
829 MS->EmitIntValue(0, AddressSize); in emitUnitRangesEntries()
866 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitLocationsForUnit()
867 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitLocationsForUnit()
870 Asm->OutStreamer->EmitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
871 Asm->OutStreamer->EmitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()
873 Asm->OutStreamer->EmitIntValue(Length, 2); in emitLocationsForUnit()
929 MS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in emitLineTableForUnit()
931 MS->EmitIntValue(dwarf::DW_LNE_set_address, 1); in emitLineTableForUnit()
932 MS->EmitIntValue(Row.Address, PointerSize); in emitLineTableForUnit()
947 MS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in emitLineTableForUnit()
953 MS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in emitLineTableForUnit()
963 MS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in emitLineTableForUnit()
969 MS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in emitLineTableForUnit()
973 MS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in emitLineTableForUnit()
978 MS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in emitLineTableForUnit()
983 MS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in emitLineTableForUnit()
998 MS->EmitIntValue(dwarf::DW_LNS_advance_line, 1); in emitLineTableForUnit()
1003 MS->EmitIntValue(dwarf::DW_LNS_advance_pc, 1); in emitLineTableForUnit()
1093 MS->EmitIntValue(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()
1094 MS->EmitIntValue(CIEOffset, 4); in emitFDE()
1095 MS->EmitIntValue(Address, AddrSize); in emitFDE()