Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp971 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection() local
974 RelaSection->setAlignment(is64Bit() ? 8 : 4); in createRelocationSection()
975 return RelaSection; in createRelocationSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp801 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection() local
804 RelaSection->setAlignment(is64Bit() ? Align(8) : Align(4)); in createRelocationSection()
805 return RelaSection; in createRelocationSection()
/external/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp801 MCSectionELF *RelaSection = Ctx.createELFRelSection( in createRelocationSection() local
804 RelaSection->setAlignment(is64Bit() ? Align(8) : Align(4)); in createRelocationSection()
805 return RelaSection; in createRelocationSection()