Lines Matching refs:emitIntVal

531   OutLocationSection.emitIntVal(5, 2);  in emitLocListHeader()
534 OutLocationSection.emitIntVal(OutLocationSection.getFormParams().AddrSize, 1); in emitLocListHeader()
537 OutLocationSection.emitIntVal(0, 1); in emitLocListHeader()
540 OutLocationSection.emitIntVal(0, 4); in emitLocListHeader()
559 OutLocationSection.emitIntVal( in emitLocListFragment()
562 OutLocationSection.emitIntVal( in emitLocListFragment()
567 OutLocationSection.emitIntVal(LocExpression.Expression.Expr.size(), 2); in emitLocListFragment()
578 OutLocationSection.emitIntVal(0, in emitLocListFragment()
580 OutLocationSection.emitIntVal(0, in emitLocListFragment()
595 OutLocationSection.emitIntVal(dwarf::DW_LLE_base_addressx, 1); in emitLocListFragment()
601 OutLocationSection.emitIntVal(dwarf::DW_LLE_offset_pair, 1); in emitLocListFragment()
612 OutLocationSection.emitIntVal(dwarf::DW_LLE_default_location, 1); in emitLocListFragment()
625 OutLocationSection.emitIntVal(dwarf::DW_LLE_end_of_list, 1); in emitLocListFragment()
649 OutAddrSection.emitIntVal(5, 2); in emitDebugAddrSection()
652 OutAddrSection.emitIntVal(getFormParams().AddrSize, 1); in emitDebugAddrSection()
655 OutAddrSection.emitIntVal(0, 1); in emitDebugAddrSection()
659 OutAddrSection.emitIntVal(AddrValue, getFormParams().AddrSize); in emitDebugAddrSection()
776 OutRangeSection.emitIntVal(5, 2); in emitRangeListHeader()
779 OutRangeSection.emitIntVal(OutRangeSection.getFormParams().AddrSize, 1); in emitRangeListHeader()
782 OutRangeSection.emitIntVal(0, 1); in emitRangeListHeader()
785 OutRangeSection.emitIntVal(0, 4); in emitRangeListHeader()
799 OutRangeSection.emitIntVal(Range.start() - BaseAddress, in emitRangeListFragment()
801 OutRangeSection.emitIntVal(Range.end() - BaseAddress, in emitRangeListFragment()
806 OutRangeSection.emitIntVal(0, OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
807 OutRangeSection.emitIntVal(0, OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
817 OutRangeSection.emitIntVal(dwarf::DW_RLE_base_addressx, 1); in emitRangeListFragment()
822 OutRangeSection.emitIntVal(dwarf::DW_RLE_offset_pair, 1); in emitRangeListFragment()
832 OutRangeSection.emitIntVal(dwarf::DW_RLE_end_of_list, 1); in emitRangeListFragment()
858 OutArangesSection.emitIntVal(dwarf::DW_ARANGES_VERSION, 2); // Version number in emitAranges()
862 OutArangesSection.emitIntVal(OutArangesSection.getFormParams().AddrSize, in emitAranges()
864 OutArangesSection.emitIntVal(0, 1); // Segment size in emitAranges()
867 OutArangesSection.emitIntVal(0, 1); // Padding in emitAranges()
871 OutArangesSection.emitIntVal(Range.start(), in emitAranges()
873 OutArangesSection.emitIntVal(Range.end() - Range.start(), in emitAranges()
878 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
879 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
936 OutSection.emitIntVal(List.Header.Version, sizeof(List.Header.Version)); in emitMacroTableImpl()
966 OutSection.emitIntVal(Flags, sizeof(Flags)); in emitMacroTableImpl()
975 OutSection.emitIntVal(0xBADDEF, List.Header.getOffsetByteSize()); in emitMacroTableImpl()
997 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()
1016 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()
1053 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()
1064 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()
1072 OutSection.emitIntVal(MacroType, 1); in emitMacroTableImpl()