Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:EmitIntValue

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