Searched refs:usesRela (Results 1 – 2 of 2) sorted by relevance
198 bool usesRela(const MCTargetOptions *TO, const MCSectionELF &Sec) const;
694 const bool Rela = OWriter.usesRela(TO, Sec); in createRelocationSection()810 const bool Rela = OWriter.usesRela(TO, Sec); in writeRelocations()1401 if (usesRela(TO, FixupSection)) { in recordRelocation()1430 bool ELFObjectWriter::usesRela(const MCTargetOptions *TO, in usesRela() function in ELFObjectWriter