Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp697 const MCSectionELF *RelaSection = in CreateRelocationSections() local
702 RelMap[&Section] = RelaSection; in CreateRelocationSections()
703 Asm.getOrCreateSectionData(*RelaSection); in CreateRelocationSections()
715 const MCSectionELF *RelaSection = RelMap.lookup(&Section); in WriteRelocations() local
716 if (!RelaSection) in WriteRelocations()
718 MCSectionData &RelaSD = Asm.getOrCreateSectionData(*RelaSection); in WriteRelocations()
/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()