Lines Matching defs:Layout
192 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
289 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
507 const MCAsmLayout &Layout, const MCFragment &F) { in writeFragment()
776 MCAssembler::handleFixup(const MCAsmLayout &Layout, MCFragment &F, in handleFixup()
812 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
934 MCAsmLayout Layout(*this); in Finish() local
973 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
1007 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
1064 bool MCAssembler::relaxBoundaryAlign(MCAsmLayout &Layout, in relaxBoundaryAlign()
1088 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
1129 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout, in relaxDwarfCallFrameFragment()
1159 bool MCAssembler::relaxCVInlineLineTable(MCAsmLayout &Layout, in relaxCVInlineLineTable()
1166 bool MCAssembler::relaxCVDefRange(MCAsmLayout &Layout, in relaxCVDefRange()
1173 bool MCAssembler::relaxFragment(MCAsmLayout &Layout, MCFragment &F) { in relaxFragment()
1197 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce()
1218 bool MCAssembler::layoutOnce(MCAsmLayout &Layout) { in layoutOnce()
1230 void MCAssembler::finishLayout(MCAsmLayout &Layout) { in finishLayout()