Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp285 Asm->OutStreamer->emitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl()
317 const MCExpr *WinException::create32bitRef(const MCSymbol *Value) { in create32bitRef() function in WinException
326 const MCExpr *WinException::create32bitRef(const GlobalValue *GV) { in create32bitRef() function in WinException
329 return create32bitRef(Asm->getSymbol(GV)); in create32bitRef()
336 return MCBinaryExpr::createAdd(create32bitRef(Label), in getLabel()
654 FilterOrFinally = create32bitRef(getMCSymbolForMBB(Asm, Handler)); in emitSEHActionsForRange()
659 FilterOrFinally = UME.Filter ? create32bitRef(UME.Filter) in emitSEHActionsForRange()
661 ExceptOrNull = create32bitRef(Handler->getSymbol()); in emitSEHActionsForRange()
747 OS.emitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
753 OS.emitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
[all …]
H A DWinException.h76 const MCExpr *create32bitRef(const MCSymbol *Value);
77 const MCExpr *create32bitRef(const GlobalValue *GV);