Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h210 virtual const MCSymbol *getFunctionFrameSymbol() const { return nullptr; } in getFunctionFrameSymbol() function
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp500 const MCSymbol *NVPTXAsmPrinter::getFunctionFrameSymbol() const { in getFunctionFrameSymbol() function in NVPTXAsmPrinter