search for: createstandardutilityfunctions

Displaying 2 results from an estimated 2 matches for "createstandardutilityfunctions".

2012 Nov 07
1
[LLVMdev] accessing personality and other exception related functions
Hi, in ExceptionDemo code ( https://llvm.org/viewvc/llvm-project/llvm/trunk/examples/ExceptionDemo/ExceptionDemo.cpp?view=markup&sortby=file ) the function "ourPersonality" is defined. a llvm::Function is created with the same name inside function "createStandardUtilityFunctions". The llvm::Function is retrieved in function "createCatchWrappedInvokeFunction". But nowhere i can find where a mapping between the actual function address and this llvm::Function is done, i was expecting to find some sort of addGlobalMapping somewhere tying both ends, but i cannot...
2012 Dec 13
2
[LLVMdev] Fwd: error while linking modules with exception handling demo code
...innerExceptionTypesToCatch); the exceptionModule is being generated as: Compiler::Detail::Exceptions::initialiseExceptionHandlingStaticStuff(ctx); llvm::Module* excptModule = new llvm::Module("NativeExceptionHandlingModule" , ctx);Compiler::Detail::Exceptions::createStandardUtilityFunctions(6, * excptModule); my slightly modified version of ExceptionDemo is appended as an attachment -------------- next part -------------- A non-text attachment was scrubbed... Name: ExceptionHandling.tar.bz2 Type: application/x-bzip2 Size: 5450 bytes Desc: not available URL: <http://lists.llvm.org...