Lines Matching refs:ELFObjectWriter
72 class ELFObjectWriter;
103 ELFObjectWriter &OWriter;
166 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter()
231 class ELFObjectWriter : public MCObjectWriter { class
250 ELFObjectWriter(std::unique_ptr<MCELFObjectTargetWriter> MOTW) in ELFObjectWriter() function in __anon34241cdf0111::ELFObjectWriter
285 class ELFSingleObjectWriter : public ELFObjectWriter {
292 : ELFObjectWriter(std::move(MOTW)), OS(OS), in ELFSingleObjectWriter()
303 class ELFDwoObjectWriter : public ELFObjectWriter {
311 : ELFObjectWriter(std::move(MOTW)), OS(OS), DwoOS(DwoOS), in ELFDwoObjectWriter()
1244 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend()
1248 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
1309 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
1408 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
1520 bool ELFObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( in isSymbolRefDifferenceFullyResolvedImpl()