Home
last modified time | relevance | path

Searched defs:getTextSectionAlignment (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCObjectFileInfo.cpp20 unsigned RISCVMCObjectFileInfo::getTextSectionAlignment() const { in getTextSectionAlignment() function in RISCVMCObjectFileInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h262 virtual unsigned getTextSectionAlignment() const { return 4; } in getTextSectionAlignment() function