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