Lines Matching defs:Layout
331 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
401 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
512 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
713 uint64_t MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
734 MCAsmLayout Layout(*this); in Finish() local
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()