Searched refs:create32bitRef (Results 1 – 2 of 2) sorted by relevance
272 Asm->OutStreamer->emitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl()304 const MCExpr *WinException::create32bitRef(const MCSymbol *Value) { in create32bitRef() function in WinException313 const MCExpr *WinException::create32bitRef(const GlobalValue *GV) { in create32bitRef() function in WinException316 return create32bitRef(Asm->getSymbol(GV)); in create32bitRef()643 FilterOrFinally = create32bitRef(getMCSymbolForMBB(Asm, Handler)); in emitSEHActionsForRange()648 FilterOrFinally = UME.Filter ? create32bitRef(UME.Filter) in emitSEHActionsForRange()650 ExceptOrNull = create32bitRef(Handler->getSymbol()); in emitSEHActionsForRange()741 OS.emitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()747 OS.emitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()753 OS.emitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()[all …]
80 const MCExpr *create32bitRef(const MCSymbol *Value);81 const MCExpr *create32bitRef(const GlobalValue *GV);