Searched refs:FuncBeginSym (Results 1 – 1 of 1) sorted by relevance
1128 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable() local1200 OS.emitValue(getOffset(EndSymbol, FuncBeginSym), 4); in emitCLRExceptionTable()1304 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()1305 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()1310 const MCExpr *HandlerBegin = getOffset(BeginSym, FuncBeginSym); in emitCLRExceptionTable()1312 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()