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