Lines Matching refs:ELFObjectWriter
43 ELFObjectWriter::ELFObjectWriter(GNULDBackend& pBackend, in ELFObjectWriter() function in mcld::ELFObjectWriter
48 ELFObjectWriter::~ELFObjectWriter() { in ~ELFObjectWriter()
51 void ELFObjectWriter::writeSection(Module& pModule, in writeSection()
119 std::error_code ELFObjectWriter::writeObject(Module& pModule, in writeObject()
188 size_t ELFObjectWriter::getOutputSize(const Module& pModule) const { in getOutputSize()
203 void ELFObjectWriter::writeELFHeader(const LinkerConfig& pConfig, in writeELFHeader()
261 uint64_t ELFObjectWriter::getEntryPoint(const LinkerConfig& pConfig, in getEntryPoint()
298 void ELFObjectWriter::emitSectionHeader(const Module& pModule, in emitSectionHeader()
333 void ELFObjectWriter::emitProgramHeader(FileOutputBuffer& pOutput) const { in emitProgramHeader()
364 void ELFObjectWriter::emitShStrTab(const LDSection& pShStrTab, in emitShStrTab()
381 void ELFObjectWriter::emitSectionData(const LDSection& pSection, in emitSectionData()
401 void ELFObjectWriter::emitEhFrame(Module& pModule, in emitEhFrame()
448 void ELFObjectWriter::emitRelocation(const LinkerConfig& pConfig, in emitRelocation()
478 void ELFObjectWriter::emitRel(const LinkerConfig& pConfig, in emitRel()
520 void ELFObjectWriter::emitRela(const LinkerConfig& pConfig, in emitRela()
563 uint64_t ELFObjectWriter::getSectEntrySize(const LDSection& pSection) const { in getSectEntrySize()
592 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection, in getSectLink()
617 uint64_t ELFObjectWriter::getSectInfo(const LDSection& pSection) const { in getSectInfo()
634 uint64_t ELFObjectWriter::getLastStartOffset<32>(const Module& pModule) const { in getLastStartOffset()
642 uint64_t ELFObjectWriter::getLastStartOffset<64>(const Module& pModule) const { in getLastStartOffset()
649 void ELFObjectWriter::emitSectionData(const SectionData& pSD, in emitSectionData()