Lines Matching refs:MCAsmLayout
220 void executePostLayoutBinding(MCAssembler &, const MCAsmLayout &) override;
222 void recordRelocation(MCAssembler &, const MCAsmLayout &, const MCFragment *,
225 uint64_t writeObject(MCAssembler &, const MCAsmLayout &) override;
236 void writeSections(const MCAssembler &Asm, const MCAsmLayout &Layout);
237 void writeSymbolTable(const MCAsmLayout &Layout);
249 void assignAddressesAndIndices(const MCAsmLayout &);
367 const MCAsmLayout &Layout) { in executePostLayoutBinding()
432 const MCAsmLayout &Layout, in recordRelocation()
539 const MCAsmLayout &Layout) { in writeSections()
579 const MCAsmLayout &Layout) { in writeObject()
770 void XCOFFObjectWriter::writeSymbolTable(const MCAsmLayout &Layout) { in writeSymbolTable()
867 void XCOFFObjectWriter::assignAddressesAndIndices(const MCAsmLayout &Layout) { in assignAddressesAndIndices()