Home
last modified time | relevance | path

Searched defs:getTextSectionAlignment (Results 1 – 2 of 2) 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
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h266 virtual unsigned getTextSectionAlignment() const { return 4; } in getTextSectionAlignment() function