Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h263 const MCSymbol *getFunctionFrameSymbol() const override;
H A DNVPTXAsmPrinter.cpp510 const MCSymbol *NVPTXAsmPrinter::getFunctionFrameSymbol() const { in getFunctionFrameSymbol() function in NVPTXAsmPrinter
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h272 virtual const MCSymbol *getFunctionFrameSymbol() const { return nullptr; } in getFunctionFrameSymbol() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp884 if (const MCSymbol *FrameSymbol = Asm->getFunctionFrameSymbol()) in constructVariableDIEImpl()