Lines Matching refs:ELFObjectWriter
72 class ELFObjectWriter;
103 ELFObjectWriter &OWriter;
154 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter()
217 class ELFObjectWriter : public MCObjectWriter { class
237 ELFObjectWriter(std::unique_ptr<MCELFObjectTargetWriter> MOTW) in ELFObjectWriter() function in __anoncc15fc2e0111::ELFObjectWriter
275 class ELFSingleObjectWriter : public ELFObjectWriter {
282 : ELFObjectWriter(std::move(MOTW)), OS(OS), in ELFSingleObjectWriter()
293 class ELFDwoObjectWriter : public ELFObjectWriter {
301 : ELFObjectWriter(std::move(MOTW)), OS(OS), DwoOS(DwoOS), in ELFDwoObjectWriter()
1221 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend()
1225 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
1284 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
1401 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
1497 bool ELFObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( in isSymbolRefDifferenceFullyResolvedImpl()