Lines Matching refs:emitIntVal
534 OutLocationSection.emitIntVal(5, 2); in emitLocListHeader()
537 OutLocationSection.emitIntVal(OutLocationSection.getFormParams().AddrSize, 1); in emitLocListHeader()
540 OutLocationSection.emitIntVal(0, 1); in emitLocListHeader()
543 OutLocationSection.emitIntVal(0, 4); in emitLocListHeader()
562 OutLocationSection.emitIntVal( in emitLocListFragment()
565 OutLocationSection.emitIntVal( in emitLocListFragment()
570 OutLocationSection.emitIntVal(LocExpression.Expression.Expr.size(), 2); in emitLocListFragment()
581 OutLocationSection.emitIntVal(0, in emitLocListFragment()
583 OutLocationSection.emitIntVal(0, in emitLocListFragment()
598 OutLocationSection.emitIntVal(dwarf::DW_LLE_base_addressx, 1); in emitLocListFragment()
604 OutLocationSection.emitIntVal(dwarf::DW_LLE_offset_pair, 1); in emitLocListFragment()
615 OutLocationSection.emitIntVal(dwarf::DW_LLE_default_location, 1); in emitLocListFragment()
628 OutLocationSection.emitIntVal(dwarf::DW_LLE_end_of_list, 1); in emitLocListFragment()
652 OutAddrSection.emitIntVal(5, 2); in emitDebugAddrSection()
655 OutAddrSection.emitIntVal(getFormParams().AddrSize, 1); in emitDebugAddrSection()
658 OutAddrSection.emitIntVal(0, 1); in emitDebugAddrSection()
662 OutAddrSection.emitIntVal(AddrValue, getFormParams().AddrSize); in emitDebugAddrSection()
779 OutRangeSection.emitIntVal(5, 2); in emitRangeListHeader()
782 OutRangeSection.emitIntVal(OutRangeSection.getFormParams().AddrSize, 1); in emitRangeListHeader()
785 OutRangeSection.emitIntVal(0, 1); in emitRangeListHeader()
788 OutRangeSection.emitIntVal(0, 4); in emitRangeListHeader()
802 OutRangeSection.emitIntVal(Range.start() - BaseAddress, in emitRangeListFragment()
804 OutRangeSection.emitIntVal(Range.end() - BaseAddress, in emitRangeListFragment()
809 OutRangeSection.emitIntVal(0, OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
810 OutRangeSection.emitIntVal(0, OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
820 OutRangeSection.emitIntVal(dwarf::DW_RLE_base_addressx, 1); in emitRangeListFragment()
825 OutRangeSection.emitIntVal(dwarf::DW_RLE_offset_pair, 1); in emitRangeListFragment()
835 OutRangeSection.emitIntVal(dwarf::DW_RLE_end_of_list, 1); in emitRangeListFragment()
861 OutArangesSection.emitIntVal(dwarf::DW_ARANGES_VERSION, 2); // Version number in emitAranges()
865 OutArangesSection.emitIntVal(OutArangesSection.getFormParams().AddrSize, in emitAranges()
867 OutArangesSection.emitIntVal(0, 1); // Segment size in emitAranges()
870 OutArangesSection.emitIntVal(0, 1); // Padding in emitAranges()
874 OutArangesSection.emitIntVal(Range.start(), in emitAranges()
876 OutArangesSection.emitIntVal(Range.end() - Range.start(), in emitAranges()
881 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
882 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
939 OutSection.emitIntVal(List.Header.Version, sizeof(List.Header.Version)); in emitMacroTableImpl()
969 OutSection.emitIntVal(Flags, sizeof(Flags)); in emitMacroTableImpl()
978 OutSection.emitIntVal(0xBADDEF, List.Header.getOffsetByteSize()); in emitMacroTableImpl()
1000 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()
1019 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()
1056 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()
1067 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()
1075 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()