Home
last modified time | relevance | path

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

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