Searched defs:getTextSectionAlignment (Results 1 – 3 of 3) sorted by relevance
21 RISCVMCObjectFileInfo::getTextSectionAlignment(const MCSubtargetInfo &STI) { in getTextSectionAlignment() function in RISCVMCObjectFileInfo25 unsigned RISCVMCObjectFileInfo::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVMCObjectFileInfo
20 unsigned RISCVELFTargetObjectFile::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVELFTargetObjectFile
269 virtual unsigned getTextSectionAlignment() const { return 4; } in getTextSectionAlignment() function