Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp1120 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable() local
1192 OS.emitValue(getOffset(EndSymbol, FuncBeginSym), 4); in emitCLRExceptionTable()
1296 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
1297 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
1302 const MCExpr *HandlerBegin = getOffset(BeginSym, FuncBeginSym); in emitCLRExceptionTable()
1304 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()