Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCObjectFileInfo.cpp20 unsigned RISCVMCObjectFileInfo::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVMCObjectFileInfo
H A DRISCVMCObjectFileInfo.h22 unsigned getTextSectionAlignment() const override;
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h266 virtual unsigned getTextSectionAlignment() const { return 4; } in getTextSectionAlignment() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCELFStreamer.cpp94 emitCodeAlignment(Ctx.getObjectFileInfo()->getTextSectionAlignment(), &STI); in initSections()