Lines Matching refs:AddrSize
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()
782 OutRangeSection.emitIntVal(OutRangeSection.getFormParams().AddrSize, 1); in emitRangeListHeader()
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()
1530 OutLineTable.Prologue.FormParams.AddrSize = getFormParams().AddrSize; in cloneAndEmitLineTable()