Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp143 bool usesRela(const MCSectionELF &Sec) const;
386 bool ELFWriter::usesRela(const MCSectionELF &Sec) const { in usesRela() function in ELFWriter
798 bool Rela = usesRela(Sec); in createRelocationSection()
914 const bool Rela = usesRela(Sec); in writeRelocations()