Searched refs:externalExceptionBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1142 llvm::BasicBlock *externalExceptionBlock = llvm::BasicBlock::Create(context, local
1274 // Branch to the externalExceptionBlock if the exception is foreign or
1280 externalExceptionBlock);
1284 builder.SetInsertPoint(externalExceptionBlock);

Completed in 108 milliseconds