Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp857 const MCExpr *FrameAllocOffsetRef = nullptr; in emitCXXFrameHandler3Table() local
861 FrameAllocOffsetRef = MCConstantExpr::create(Offset, Asm->OutContext); in emitCXXFrameHandler3Table()
863 FrameAllocOffsetRef = MCConstantExpr::create(0, Asm->OutContext); in emitCXXFrameHandler3Table()
876 OS.emitValue(FrameAllocOffsetRef, 4); in emitCXXFrameHandler3Table()