Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp272 Asm->OutStreamer->emitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl()
304 const MCExpr *WinException::create32bitRef(const MCSymbol *Value) { in create32bitRef() function in WinException
313 const MCExpr *WinException::create32bitRef(const GlobalValue *GV) { in create32bitRef() function in WinException
316 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 …]
H A DWinException.h80 const MCExpr *create32bitRef(const MCSymbol *Value);
81 const MCExpr *create32bitRef(const GlobalValue *GV);