Lines Matching refs:Layout
148 MCAsmLayout &Layout) { in getJurisdiction() argument
185 MCAsmLayout &Layout) { in getMaxWindowSize() argument
190 MCPFRange &Jurisdiction = getJurisdiction(Fragment, Layout); in getMaxWindowSize()
209 MCAsmLayout &Layout) { in relaxFragment() argument
214 uint64_t MaxWindowSize = getMaxWindowSize(Fragment, Layout); in relaxFragment()
223 MCPFRange &Jurisdiction = getJurisdiction(Fragment, Layout); in relaxFragment()
229 Layout.invalidateFragmentsFrom(Fragment); in relaxFragment()
242 [&Jurisdiction, &Offset, &Layout]( in relaxFragment()
245 Policy->computeRangePenaltyWeight(Jurisdiction, Offset, Layout); in relaxFragment()
260 Layout.invalidateFragmentsFrom(Fragment); in relaxFragment()
269 const MCAsmLayout &Layout) { in getNextFragmentOffset() argument
273 ? Layout.getSectionAddressSize(Fragment->getParent()) in getNextFragmentOffset()
274 : Layout.getFragmentOffset(NextFragment); in getNextFragmentOffset()
279 MCAsmLayout &Layout) const { in getFragmentInstByte()
280 uint64_t InstByte = getNextFragmentOffset(Fragment, Layout); in getFragmentInstByte()
289 MCAsmLayout &Layout) const { in computeWindowEndAddress()
290 uint64_t InstByte = getFragmentInstByte(Fragment, Layout); in computeWindowEndAddress()
295 const MCPFRange &Range, uint64_t Offset, MCAsmLayout &Layout) const { in computeRangePenaltyWeight()
303 computeWindowEndAddress(Fragment, Offset, Layout); in computeRangePenaltyWeight()
307 Layout)) { in computeRangePenaltyWeight()
320 RangeWeight += computeFirstWindowPenaltyWeight(*I, Offset, Layout); in computeRangePenaltyWeight()
324 [this, &Layout, &Offset](double Weight, MCPFRange &Window) -> double { in computeRangePenaltyWeight()
325 return Weight += computeWindowPenaltyWeight(Window, Offset, Layout); in computeRangePenaltyWeight()
331 const MCPFRange &Window, uint64_t Offset, MCAsmLayout &Layout) const { in computeFirstWindowPenaltyWeight()
335 computeWindowEndAddress(*Window.begin(), Offset, Layout); in computeFirstWindowPenaltyWeight()
349 computeWindowEndAddress(PaddingNopFragment, Offset, Layout)) in computeFirstWindowPenaltyWeight()
357 computeWindowPenaltyWeight(FullWindowFirstPart, Offset, Layout); in computeFirstWindowPenaltyWeight()
366 computeWindowPenaltyWeight(FullWindow, Offset, Layout); in computeFirstWindowPenaltyWeight()