Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h344 MCSection *getStackSizesSection(const MCSection &TextSec) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1029 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection() function in MCObjectFileInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1168 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()