Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h354 MCSection *getStackSizesSection(const MCSection &TextSec) const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1109 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection() function in MCObjectFileInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1412 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()