• Home
  • Raw
  • Download

Lines Matching refs:MCAsmLayout

64 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)  in MCAsmLayout()  function in MCAsmLayout
76 bool MCAsmLayout::isFragmentValid(const MCFragment *F) const { in isFragmentValid()
85 void MCAsmLayout::invalidateFragmentsFrom(MCFragment *F) { in invalidateFragmentsFrom()
96 void MCAsmLayout::ensureValid(const MCFragment *F) const { in ensureValid()
108 const_cast<MCAsmLayout*>(this)->layoutFragment(Cur); in ensureValid()
113 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const { in getFragmentOffset()
119 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const { in getSymbolOffset()
151 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize()
157 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const { in getSectionFileSize()
166 uint64_t MCAsmLayout::computeBundlePadding(const MCFragment *F, in computeBundlePadding()
331 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
401 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
453 void MCAsmLayout::layoutFragment(MCFragment *F) { in layoutFragment()
512 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
662 const MCAsmLayout &Layout) const { in writeSectionData()
713 uint64_t MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
734 MCAsmLayout Layout(*this); in Finish()
805 const MCAsmLayout &Layout) const { in fixupNeedsRelaxation()
816 const MCAsmLayout &Layout) const { in fragmentNeedsRelaxation()
831 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
864 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
881 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
898 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout, in relaxDwarfCallFrameFragment()
913 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSectionData &SD) { in layoutSectionOnce()
955 bool MCAssembler::layoutOnce(MCAsmLayout &Layout) { in layoutOnce()
968 void MCAssembler::finishLayout(MCAsmLayout &Layout) { in finishLayout()