• Home
  • Raw
  • Download

Lines Matching refs:MCAsmLayout

51 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)  in MCAsmLayout()  function in MCAsmLayout
63 bool MCAsmLayout::isFragmentUpToDate(const MCFragment *F) const { in isFragmentUpToDate()
72 void MCAsmLayout::Invalidate(MCFragment *F) { in Invalidate()
82 void MCAsmLayout::EnsureValid(const MCFragment *F) const { in EnsureValid()
93 const_cast<MCAsmLayout*>(this)->LayoutFragment(Cur); in EnsureValid()
98 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const { in getFragmentOffset()
104 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const { in getSymbolOffset()
136 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize()
142 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const { in getSectionFileSize()
240 bool MCAssembler::EvaluateFixup(const MCAsmLayout &Layout, in EvaluateFixup()
315 uint64_t MCAssembler::ComputeFragmentSize(const MCAsmLayout &Layout, in ComputeFragmentSize()
362 void MCAsmLayout::LayoutFragment(MCFragment *F) { in LayoutFragment()
384 static void WriteFragmentData(const MCAssembler &Asm, const MCAsmLayout &Layout, in WriteFragmentData()
497 const MCAsmLayout &Layout) const { in WriteSectionData()
549 uint64_t MCAssembler::HandleFixup(const MCAsmLayout &Layout, in HandleFixup()
570 MCAsmLayout Layout(*this); in Finish()
650 const MCAsmLayout &Layout) const { in FixupNeedsRelaxation()
667 const MCAsmLayout &Layout) const { in FragmentNeedsRelaxation()
682 bool MCAssembler::RelaxInstruction(MCAsmLayout &Layout, in RelaxInstruction()
718 bool MCAssembler::RelaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in RelaxLEB()
735 bool MCAssembler::RelaxDwarfLineAddr(MCAsmLayout &Layout, in RelaxDwarfLineAddr()
752 bool MCAssembler::RelaxDwarfCallFrameFragment(MCAsmLayout &Layout, in RelaxDwarfCallFrameFragment()
767 bool MCAssembler::LayoutSectionOnce(MCAsmLayout &Layout, in LayoutSectionOnce()
805 bool MCAssembler::LayoutOnce(MCAsmLayout &Layout) { in LayoutOnce()
818 void MCAssembler::FinishLayout(MCAsmLayout &Layout) { in FinishLayout()