Searched refs:getTextSectionAlignment (Results 1 – 6 of 6) sorted by relevance
21 RISCVMCObjectFileInfo::getTextSectionAlignment(const MCSubtargetInfo &STI) { in getTextSectionAlignment() function in RISCVMCObjectFileInfo27 unsigned RISCVMCObjectFileInfo::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVMCObjectFileInfo28 return getTextSectionAlignment(*getContext().getSubtargetInfo()); in getTextSectionAlignment()
23 static unsigned getTextSectionAlignment(const MCSubtargetInfo &STI);24 unsigned getTextSectionAlignment() const override;
20 unsigned RISCVELFTargetObjectFile::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVELFTargetObjectFile21 return RISCVMCObjectFileInfo::getTextSectionAlignment( in getTextSectionAlignment()
28 unsigned getTextSectionAlignment() const override;
266 virtual unsigned getTextSectionAlignment() const { return 4; } in getTextSectionAlignment() function
60 emitCodeAlignment(Align(Ctx.getObjectFileInfo()->getTextSectionAlignment()), in initSections()