Lines Matching refs:XCOFFObjectWriter

202 class XCOFFObjectWriter : public MCObjectWriter {  class
319 XCOFFObjectWriter(std::unique_ptr<MCXCOFFObjectTargetWriter> MOTW,
327 XCOFFObjectWriter::XCOFFObjectWriter( in XCOFFObjectWriter() function in __anondfe4bda90111::XCOFFObjectWriter
342 void XCOFFObjectWriter::reset() { in reset()
364 CsectGroup &XCOFFObjectWriter::getCsectGroup(const MCSectionXCOFF *MCSec) { in getCsectGroup()
426 void XCOFFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
515 void XCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
628 void XCOFFObjectWriter::writeSections(const MCAssembler &Asm, in writeSections()
639 uint64_t XCOFFObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
662 bool XCOFFObjectWriter::nameShouldBeInStringTable(const StringRef &SymbolName) { in nameShouldBeInStringTable()
666 void XCOFFObjectWriter::writeSymbolName(const StringRef &SymbolName) { in writeSymbolName()
679 void XCOFFObjectWriter::writeSymbolEntry(StringRef SymbolName, uint64_t Value, in writeSymbolEntry()
699 void XCOFFObjectWriter::writeSymbolAuxCsectEntry(uint64_t SectionOrLength, in writeSymbolAuxCsectEntry()
717 void XCOFFObjectWriter::writeSymbolAuxDwarfEntry( in writeSymbolAuxDwarfEntry()
731 void XCOFFObjectWriter::writeSymbolEntryForCsectMemberLabel( in writeSymbolEntryForCsectMemberLabel()
745 void XCOFFObjectWriter::writeSymbolEntryForDwarfSection( in writeSymbolEntryForDwarfSection()
755 void XCOFFObjectWriter::writeSymbolEntryForControlSection( in writeSymbolEntryForControlSection()
765 void XCOFFObjectWriter::writeFileHeader() { in writeFileHeader()
781 void XCOFFObjectWriter::writeAuxFileHeader() { in writeAuxFileHeader()
797 void XCOFFObjectWriter::writeSectionHeaderTable() { in writeSectionHeaderTable()
838 void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation()
852 void XCOFFObjectWriter::writeRelocations() { in writeRelocations()
874 void XCOFFObjectWriter::writeSymbolTable(const MCAsmLayout &Layout) { in writeSymbolTable()
916 void XCOFFObjectWriter::finalizeSectionInfo() { in finalizeSectionInfo()
977 void XCOFFObjectWriter::assignAddressesAndIndices(const MCAsmLayout &Layout) { in assignAddressesAndIndices()
1150 void XCOFFObjectWriter::writeSectionForControlSectionEntry( in writeSectionForControlSectionEntry()
1197 void XCOFFObjectWriter::writeSectionForDwarfSectionEntry( in writeSectionForDwarfSectionEntry()
1244 return std::make_unique<XCOFFObjectWriter>(std::move(MOTW), OS); in createXCOFFObjectWriter()