Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1088 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable() local
1160 OS.EmitValue(getOffset(EndSymbol, FuncBeginSym), 4); in emitCLRExceptionTable()
1264 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
1265 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
1270 const MCExpr *HandlerBegin = getOffset(BeginSym, FuncBeginSym); in emitCLRExceptionTable()
1272 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()