Home
last modified time | relevance | path

Searched refs:getFunctionFrameSymbol (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h311 const MCSymbol *getFunctionFrameSymbol() const override;
H A DNVPTXAsmPrinter.cpp500 const MCSymbol *NVPTXAsmPrinter::getFunctionFrameSymbol() const { in getFunctionFrameSymbol() function in NVPTXAsmPrinter
/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/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp609 if (const MCSymbol *FrameSymbol = Asm->getFunctionFrameSymbol()) in constructVariableDIEImpl()