Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h319 MCSection *getStackSizesSection(const MCSection &TextSec) const;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp829 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection() function in MCObjectFileInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1008 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()