Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h306 const MCSymbol *getFunctionFrameSymbol() const override;
H A DNVPTXAsmPrinter.cpp503 const MCSymbol *NVPTXAsmPrinter::getFunctionFrameSymbol() const { in getFunctionFrameSymbol() function in NVPTXAsmPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h245 virtual const MCSymbol *getFunctionFrameSymbol() const { return nullptr; } in getFunctionFrameSymbol() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp861 if (const MCSymbol *FrameSymbol = Asm->getFunctionFrameSymbol()) in constructVariableDIEImpl()