Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1124 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable() local
1196 OS.emitValue(getOffset(EndSymbol, FuncBeginSym), 4); in emitCLRExceptionTable()
1300 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
1301 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
1306 const MCExpr *HandlerBegin = getOffset(BeginSym, FuncBeginSym); in emitCLRExceptionTable()
1308 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()