Home
last modified time | relevance | path

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

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