Lines Matching refs:ELFObjectWriter
70 class ELFObjectWriter;
101 ELFObjectWriter &OWriter;
152 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter()
215 class ELFObjectWriter : public MCObjectWriter { class
233 ELFObjectWriter(std::unique_ptr<MCELFObjectTargetWriter> MOTW) in ELFObjectWriter() function in __anon4df038aa0111::ELFObjectWriter
267 class ELFSingleObjectWriter : public ELFObjectWriter {
274 : ELFObjectWriter(std::move(MOTW)), OS(OS), in ELFSingleObjectWriter()
285 class ELFDwoObjectWriter : public ELFObjectWriter {
293 : ELFObjectWriter(std::move(MOTW)), OS(OS), DwoOS(DwoOS), in ELFDwoObjectWriter()
1205 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend()
1209 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
1268 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
1387 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
1483 bool ELFObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( in isSymbolRefDifferenceFullyResolvedImpl()