Lines Matching defs:Layout

196 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout,  in evaluateFixup()
293 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
514 const MCAsmLayout &Layout, const MCFragment &F) { in writeFragment()
792 MCAssembler::handleFixup(const MCAsmLayout &Layout, MCFragment &F, in handleFixup()
809 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
937 MCAsmLayout Layout(*this); in Finish() local
976 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
1010 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
1067 bool MCAssembler::relaxBoundaryAlign(MCAsmLayout &Layout, in relaxBoundaryAlign()
1091 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
1116 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout, in relaxDwarfCallFrameFragment()
1137 bool MCAssembler::relaxCVInlineLineTable(MCAsmLayout &Layout, in relaxCVInlineLineTable()
1144 bool MCAssembler::relaxCVDefRange(MCAsmLayout &Layout, in relaxCVDefRange()
1151 bool MCAssembler::relaxPseudoProbeAddr(MCAsmLayout &Layout, in relaxPseudoProbeAddr()
1168 bool MCAssembler::relaxFragment(MCAsmLayout &Layout, MCFragment &F) { in relaxFragment()
1194 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce()
1215 bool MCAssembler::layoutOnce(MCAsmLayout &Layout) { in layoutOnce()
1227 void MCAssembler::finishLayout(MCAsmLayout &Layout) { in finishLayout()