Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp298 return create32bitRef(Asm->getSymbol(GV)); in create32bitRef()
305 return MCBinaryExpr::createAdd(create32bitRef(Label), in getLabel()
628 ExceptOrNull = create32bitRef(Handler->getSymbol()); in emitSEHActionsForRange()
714 OS.EmitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
720 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
726 OS.EmitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()
752 OS.EmitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
798 OS.EmitValue(create32bitRef(HandlerMapXData), 4); in emitCXXFrameHandler3Table()
847 OS.EmitValue(create32bitRef(HandlerSym), 4); in emitCXXFrameHandler3Table()
1045 OS.EmitValue(create32bitRef(UME.Filter), 4); in emitExceptHandlerTable()
[all …]
H A DWinException.h76 const MCExpr *create32bitRef(const MCSymbol *Value);
77 const MCExpr *create32bitRef(const GlobalValue *GV);