Searched refs:create32bitRef (Results 1 – 2 of 2) sorted by relevance
271 Asm->OutStreamer->emitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl()308 const MCExpr *WinException::create32bitRef(const MCSymbol *Value) { in create32bitRef() function in WinException315 const MCExpr *WinException::create32bitRef(const GlobalValue *GV) { in create32bitRef() function in WinException318 return create32bitRef(Asm->getSymbol(GV)); in create32bitRef()645 FilterOrFinally = create32bitRef(getMCSymbolForMBB(Asm, Handler)); in emitSEHActionsForRange()650 FilterOrFinally = UME.Filter ? create32bitRef(UME.Filter) in emitSEHActionsForRange()652 ExceptOrNull = create32bitRef(Handler->getSymbol()); in emitSEHActionsForRange()743 OS.emitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()749 OS.emitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()755 OS.emitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()[all …]
80 const MCExpr *create32bitRef(const MCSymbol *Value);81 const MCExpr *create32bitRef(const GlobalValue *GV);