Searched defs:getTextSectionAlignment (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ | ||
H A D | RISCVMCObjectFileInfo.cpp | 21 RISCVMCObjectFileInfo::getTextSectionAlignment(const MCSubtargetInfo &STI) { in getTextSectionAlignment() function in RISCVMCObjectFileInfo |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetObjectFile.cpp | 19 unsigned RISCVELFTargetObjectFile::getTextSectionAlignment() const { getTextSectionAlignment() function in RISCVELFTargetObjectFile |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCObjectFileInfo.h | 265 virtual unsigned getTextSectionAlignment() const { return 4; } getTextSectionAlignment() function |