Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp329 return create32bitRef(Asm->getSymbol(GV)); in create32bitRef()
336 return MCBinaryExpr::createAdd(create32bitRef(Label), in getLabel()
661 ExceptOrNull = create32bitRef(Handler->getSymbol()); in emitSEHActionsForRange()
747 OS.emitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
753 OS.emitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
759 OS.emitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()
785 OS.emitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
831 OS.emitValue(create32bitRef(HandlerMapXData), 4); in emitCXXFrameHandler3Table()
880 OS.emitValue(create32bitRef(HandlerSym), 4); in emitCXXFrameHandler3Table()
1075 OS.emitValue(create32bitRef(UME.Filter), 4); in emitExceptHandlerTable()
[all …]
H A DWinException.h77 const MCExpr *create32bitRef(const MCSymbol *Value);
78 const MCExpr *create32bitRef(const GlobalValue *GV);