Lines Matching defs:Layout
121 static bool getLabelOffset(const MCAsmLayout &Layout, const MCSymbol &S, in getLabelOffset()
133 static bool getSymbolOffsetImpl(const MCAsmLayout &Layout, const MCSymbol &S, in getSymbolOffsetImpl()
437 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
513 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
685 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
870 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
888 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
966 MCAsmLayout Layout(*this); in Finish() local
1003 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
1035 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
1051 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
1069 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout, in relaxDwarfCallFrameFragment()
1084 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce()
1126 bool MCAssembler::layoutOnce(MCAsmLayout &Layout) { in layoutOnce()
1139 void MCAssembler::finishLayout(MCAsmLayout &Layout) { in finishLayout()