Home
last modified time | relevance | path

Searched refs:usesRela (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h198 bool usesRela(const MCTargetOptions *TO, const MCSectionELF &Sec) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp694 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