Lines Matching refs:getFormParams

472           DebugInfoSection.getFormParams().getDwarfOffsetByteSize());  in emitLocations()
496 OrigUnit.getFormParams().Format); in emitLocations()
513 OutLocationSection.getFormParams().getDwarfOffsetByteSize() < in emitLocations()
517 OutLocationSection.getFormParams().getDwarfOffsetByteSize(), in emitLocations()
537 OutLocationSection.emitIntVal(OutLocationSection.getFormParams().AddrSize, 1); in emitLocListHeader()
564 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment()
567 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment()
582 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment()
584 OutLocationSection.getFormParams().AddrSize); in emitLocListFragment()
655 OutAddrSection.emitIntVal(getFormParams().AddrSize, 1); in emitDebugAddrSection()
662 OutAddrSection.emitIntVal(AddrValue, getFormParams().AddrSize); in emitDebugAddrSection()
667 OutAddrSection.getFormParams().getDwarfOffsetByteSize(), in emitDebugAddrSection()
716 DebugInfoSection.getFormParams().getDwarfOffsetByteSize()); in cloneAndEmitRangeList()
759 OutRangeSection.getFormParams().getDwarfOffsetByteSize() < in cloneAndEmitRangeList()
763 OutRangeSection.getFormParams().getDwarfOffsetByteSize(), in cloneAndEmitRangeList()
771 if (OutRangeSection.getFormParams().Version < 5) in emitRangeListHeader()
782 OutRangeSection.emitIntVal(OutRangeSection.getFormParams().AddrSize, 1); in emitRangeListHeader()
795 if (OutRangeSection.getFormParams().Version < 5) { in emitRangeListFragment()
803 OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
805 OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
809 OutRangeSection.emitIntVal(0, OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
810 OutRangeSection.emitIntVal(0, OutRangeSection.getFormParams().AddrSize); in emitRangeListFragment()
855 unsigned TupleSize = OutArangesSection.getFormParams().AddrSize * 2; in emitAranges()
865 OutArangesSection.emitIntVal(OutArangesSection.getFormParams().AddrSize, in emitAranges()
875 OutArangesSection.getFormParams().AddrSize); in emitAranges()
877 OutArangesSection.getFormParams().AddrSize); in emitAranges()
881 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
882 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
889 OutArangesSection.getFormParams().getDwarfOffsetByteSize(), in emitAranges()
1146 ULEBsize = getFormParams().getDwarfOffsetByteSize() + 1; in cloneDieAttrExpression()
1530 OutLineTable.Prologue.FormParams.AddrSize = getFormParams().AddrSize; in cloneAndEmitLineTable()