Home
last modified time | relevance | path

Searched defs:getTextSectionAlignment (Results 1 – 3 of 3) 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
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp20 unsigned RISCVELFTargetObjectFile::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVELFTargetObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h266 virtual unsigned getTextSectionAlignment() const { return 4; } in getTextSectionAlignment() function