Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp145 bool usesRela(const MCSectionELF &Sec) const;
395 bool ELFWriter::usesRela(const MCSectionELF &Sec) const { in usesRela() function in ELFWriter
789 bool Rela = usesRela(Sec); in createRelocationSection()
930 const bool Rela = usesRela(Sec); in writeRelocations()