Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp825 const MCExpr *FrameAllocOffsetRef = nullptr; in emitCXXFrameHandler3Table() local
829 FrameAllocOffsetRef = MCConstantExpr::create(Offset, Asm->OutContext); in emitCXXFrameHandler3Table()
831 FrameAllocOffsetRef = MCConstantExpr::create(0, Asm->OutContext); in emitCXXFrameHandler3Table()
844 OS.EmitValue(FrameAllocOffsetRef, 4); in emitCXXFrameHandler3Table()