Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp688 MCSectionELF *RelaSection = in createRelocationSection() local
691 return RelaSection; in createRelocationSection()
701 MCSectionELF *RelaSection = in createRelocationSection() local
705 RelaSection->setAlignment(is64Bit() ? Align(8) : Align(4)); in createRelocationSection()
706 return RelaSection; in createRelocationSection()