Lines Matching refs:ELFObjectWriter
100 ELFObjectWriter &OWriter;
150 ELFWriter(ELFObjectWriter &OWriter, raw_pwrite_stream &OS, in ELFWriter()
1107 ELFObjectWriter::ELFObjectWriter(std::unique_ptr<MCELFObjectTargetWriter> MOTW, in ELFObjectWriter() function in ELFObjectWriter
1111 ELFObjectWriter::ELFObjectWriter(std::unique_ptr<MCELFObjectTargetWriter> MOTW, in ELFObjectWriter() function in ELFObjectWriter
1117 void ELFObjectWriter::reset() { in reset()
1127 bool ELFObjectWriter::hasRelocationAddend() const { in hasRelocationAddend()
1131 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm) { in executePostLayoutBinding()
1189 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
1318 bool ELFObjectWriter::checkRelocation(MCContext &Ctx, SMLoc Loc, in checkRelocation()
1334 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
1430 bool ELFObjectWriter::usesRela(const MCTargetOptions *TO, in usesRela()
1437 bool ELFObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( in isSymbolRefDifferenceFullyResolvedImpl()
1450 uint64_t ELFObjectWriter::writeObject(MCAssembler &Asm) { in writeObject()