Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp800 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection() local
803 RelaSection->setAlignment(is64Bit() ? 8 : 4); in createRelocationSection()
804 return RelaSection; in createRelocationSection()