Lines Matching refs:MCAsmLayout
258 void executePostLayoutBinding(MCAssembler &, const MCAsmLayout &) override;
260 void recordRelocation(MCAssembler &, const MCAsmLayout &, const MCFragment *,
263 uint64_t writeObject(MCAssembler &, const MCAsmLayout &) override;
281 void writeSections(const MCAssembler &Asm, const MCAsmLayout &Layout);
283 const MCAsmLayout &Layout,
287 const MCAsmLayout &Layout,
290 void writeSymbolTable(const MCAsmLayout &Layout);
310 void assignAddressesAndIndices(const MCAsmLayout &);
427 const MCAsmLayout &Layout) { in executePostLayoutBinding()
516 const MCAsmLayout &Layout, in recordRelocation()
629 const MCAsmLayout &Layout) { in writeSections()
640 const MCAsmLayout &Layout) { in writeObject()
874 void XCOFFObjectWriter::writeSymbolTable(const MCAsmLayout &Layout) { in writeSymbolTable()
977 void XCOFFObjectWriter::assignAddressesAndIndices(const MCAsmLayout &Layout) { in assignAddressesAndIndices()
1151 const MCAssembler &Asm, const MCAsmLayout &Layout, in writeSectionForControlSectionEntry()
1198 const MCAssembler &Asm, const MCAsmLayout &Layout, in writeSectionForDwarfSectionEntry()