Searched refs:usesRela (Results 1 – 2 of 2) sorted by relevance
184 bool usesRela(const MCTargetOptions *TO, const MCSectionELF &Sec) const;
697 const bool Rela = OWriter.usesRela(TO, Sec); in createRelocationSection()814 const bool Rela = OWriter.usesRela(TO, Sec); in writeRelocations()1384 FixedValue = usesRela(Ctx.getTargetOptions(), Section) ? 0 : Addend; in recordRelocation()1388 bool ELFObjectWriter::usesRela(const MCTargetOptions *TO, in usesRela() function in ELFObjectWriter