Lines Matching refs:emitIntValue

345     MS->emitIntValue(Range.StartAddress + PcOffset, AddressSize);  in emitRangesEntries()
346 MS->emitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
351 MS->emitIntValue(0, AddressSize); in emitRangesEntries()
352 MS->emitIntValue(0, AddressSize); in emitRangesEntries()
408 MS->emitIntValue(RangeStart, AddressSize); in emitUnitRangesEntries()
411 MS->emitIntValue(Range->second - RangeStart, AddressSize); in emitUnitRangesEntries()
415 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitUnitRangesEntries()
416 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitUnitRangesEntries()
428 MS->emitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries()
431 MS->emitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries()
436 MS->emitIntValue(0, AddressSize); in emitUnitRangesEntries()
437 MS->emitIntValue(0, AddressSize); in emitUnitRangesEntries()
478 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitLocationsForUnit()
479 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitLocationsForUnit()
484 Asm->OutStreamer->emitIntValue(BaseAddressMarker, AddressSize); in emitLocationsForUnit()
485 Asm->OutStreamer->emitIntValue(High + Attr.second, AddressSize); in emitLocationsForUnit()
490 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
491 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()
493 Asm->OutStreamer->emitIntValue(Length, 2); in emitLocationsForUnit()
552 MS->emitIntValue(dwarf::DW_LNS_extended_op, 1); in emitLineTableForUnit()
554 MS->emitIntValue(dwarf::DW_LNE_set_address, 1); in emitLineTableForUnit()
555 MS->emitIntValue(Row.Address.Address, PointerSize); in emitLineTableForUnit()
569 MS->emitIntValue(dwarf::DW_LNS_set_file, 1); in emitLineTableForUnit()
575 MS->emitIntValue(dwarf::DW_LNS_set_column, 1); in emitLineTableForUnit()
585 MS->emitIntValue(dwarf::DW_LNS_set_isa, 1); in emitLineTableForUnit()
591 MS->emitIntValue(dwarf::DW_LNS_negate_stmt, 1); in emitLineTableForUnit()
595 MS->emitIntValue(dwarf::DW_LNS_set_basic_block, 1); in emitLineTableForUnit()
600 MS->emitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in emitLineTableForUnit()
605 MS->emitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in emitLineTableForUnit()
620 MS->emitIntValue(dwarf::DW_LNS_advance_line, 1); in emitLineTableForUnit()
625 MS->emitIntValue(dwarf::DW_LNS_advance_pc, 1); in emitLineTableForUnit()
802 MS->emitIntValue(FDEBytes.size() + 4 + AddrSize, 4); in emitFDE()
803 MS->emitIntValue(CIEOffset, 4); in emitFDE()
804 MS->emitIntValue(Address, AddrSize); in emitFDE()