Searched defs:ourId (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1108 /// @param ourId id used to printing purposes
1117 std::string ourId,
1134 ourId,
1185 ourId,
1204 ourId,
1227 "Gen: In end block: exiting in " + ourId + ".\n",
1243 "Gen: No exception in " + ourId + "!\n",
1389 ourId +
1428 /// @param ourId id used to printing purposes
1438 std::string ourId,
1113 createCatchWrappedInvokeFunction(llvm::Module &module, llvm::IRBuilder<> &builder, llvm::FunctionPassManager &fpm, llvm::Function &toInvoke, std::string ourId, unsigned numExceptionsToCatch, unsigned exceptionTypesToCatch[]) argument
1435 createThrowExceptionFunction(llvm::Module &module, llvm::IRBuilder<> &builder, llvm::FunctionPassManager &fpm, std::string ourId, int32_t nativeThrowType, llvm::Function &nativeThrowFunct) argument
[all...]

Completed in 46 milliseconds