Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp801 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection() local
804 RelaSection->setAlignment(is64Bit() ? Align(8) : Align(4)); in createRelocationSection()
805 return RelaSection; in createRelocationSection()