Searched defs:getFunctionFrameSymbol (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | AsmPrinter.h | 272 virtual const MCSymbol *getFunctionFrameSymbol() const { return nullptr; } getFunctionFrameSymbol() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ | ||
H A D | NVPTXAsmPrinter.cpp | 517 const MCSymbol *NVPTXAsmPrinter::getFunctionFrameSymbol() const { getFunctionFrameSymbol() function in NVPTXAsmPrinter |