Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp910 FuncletEnd = MF->begin(), in computeIP2StateTable() local
912 FuncletStart != End; FuncletStart = FuncletEnd) { in computeIP2StateTable()
914 while (++FuncletEnd != End) { in computeIP2StateTable()
915 if (FuncletEnd->isEHFuncletEntry()) { in computeIP2StateTable()
943 FuncInfo, FuncletStart, FuncletEnd, BaseState)) { in computeIP2StateTable()
1176 FuncletEnd = MF->begin(), in emitCLRExceptionTable() local
1178 FuncletStart != End; FuncletStart = FuncletEnd) { in emitCLRExceptionTable()
1182 while (++FuncletEnd != End) { in emitCLRExceptionTable()
1183 if (FuncletEnd->isEHFuncletEntry()) { in emitCLRExceptionTable()
1184 EndSymbol = getMCSymbolForMBB(Asm, &*FuncletEnd); in emitCLRExceptionTable()
[all …]