Home
last modified time | relevance | path

Searched refs:getStackSizesSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h362 MCSection *getStackSizesSection(const MCSection &TextSec) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1124 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection() function in MCObjectFileInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1603 getObjFileLowering().getStackSizesSection(*MF.getSection()); in emitStackSizeSection()