Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp143 bool usesRela(const MCSectionELF &Sec) const;
389 bool ELFWriter::usesRela(const MCSectionELF &Sec) const { in usesRela() function in ELFWriter
819 bool Rela = usesRela(Sec); in createRelocationSection()
942 const bool Rela = usesRela(Sec); in writeRelocations()