Lines Matching refs:MCAssembler

68 MCAssembler::MCAssembler(MCContext &Context, MCAsmBackend &Backend,  in MCAssembler()  function in MCAssembler
76 MCAssembler::~MCAssembler() { in ~MCAssembler()
79 void MCAssembler::reset() { in reset()
102 bool MCAssembler::registerSection(MCSection &Section) { in registerSection()
110 bool MCAssembler::isThumbFunc(const MCSymbol *Symbol) const { in isThumbFunc()
135 bool MCAssembler::isSymbolLinkerVisible(const MCSymbol &Symbol) const { in isSymbolLinkerVisible()
150 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { in getAtom()
169 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
245 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
378 void MCAssembler::registerSymbol(const MCSymbol &Symbol, bool *Created) { in registerSymbol()
388 void MCAssembler::writeFragmentPadding(const MCFragment &F, uint64_t FSize, in writeFragmentPadding()
421 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
563 void MCAssembler::writeSectionData(const MCSection *Sec, in writeSectionData()
617 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
635 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
716 void MCAssembler::Finish() { in Finish()
730 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
740 bool MCAssembler::fragmentNeedsRelaxation(const MCRelaxableFragment *F, 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()