Lines Matching refs:MCAsmLayout
169 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
245 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
315 void MCAsmLayout::layoutFragment(MCFragment *F) { in layoutFragment()
421 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
564 const MCAsmLayout &Layout) const { in writeSectionData()
617 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
635 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
718 MCAsmLayout Layout(*this); in Finish()
732 const MCAsmLayout &Layout) const { in fixupNeedsRelaxation()
741 const MCAsmLayout &Layout) const { in fragmentNeedsRelaxation()
755 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
787 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
803 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
821 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout, in relaxDwarfCallFrameFragment()
836 bool MCAssembler::relaxCVInlineLineTable(MCAsmLayout &Layout, in relaxCVInlineLineTable()
843 bool MCAssembler::relaxCVDefRange(MCAsmLayout &Layout, in relaxCVDefRange()
850 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce()
899 bool MCAssembler::layoutOnce(MCAsmLayout &Layout) { in layoutOnce()
912 void MCAssembler::finishLayout(MCAsmLayout &Layout) { in finishLayout()