Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp144 bool usesRela(const MCSectionELF &Sec) const;
397 bool ELFWriter::usesRela(const MCSectionELF &Sec) const { in usesRela() function in ELFWriter
829 bool Rela = usesRela(Sec); in createRelocationSection()
952 const bool Rela = usesRela(Sec); in writeRelocations()