Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCObjectFileInfo.cpp21 RISCVMCObjectFileInfo::getTextSectionAlignment(const MCSubtargetInfo &STI) { in getTextSectionAlignment() function in RISCVMCObjectFileInfo
27 unsigned RISCVMCObjectFileInfo::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVMCObjectFileInfo
28 return getTextSectionAlignment(*getContext().getSubtargetInfo()); in getTextSectionAlignment()
H A DRISCVMCObjectFileInfo.h23 static unsigned getTextSectionAlignment(const MCSubtargetInfo &STI);
24 unsigned getTextSectionAlignment() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp20 unsigned RISCVELFTargetObjectFile::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVELFTargetObjectFile
21 return RISCVMCObjectFileInfo::getTextSectionAlignment( in getTextSectionAlignment()
H A DRISCVTargetObjectFile.h28 unsigned getTextSectionAlignment() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h266 virtual unsigned getTextSectionAlignment() const { return 4; } in getTextSectionAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp60 emitCodeAlignment(Align(Ctx.getObjectFileInfo()->getTextSectionAlignment()), in initSections()