search for: getkmpc_micropointerty

Displaying 1 result from an estimated 1 matches for "getkmpc_micropointerty".

2016 Jul 31
0
[Openmp-dev] How to get the function definition of a kmpc_micro call
...o where you may be able to find this information. > > In the clang sources, have a look at: lib/CodeGen/CGOpenMPRuntime.cpp and > the function createRuntimeFunction where the call to __kmpc_fork_call() is > created. The type of the outlined function can be had through the function: > getKmpc_MicroPointerTy(). Is this what you are looking for? > > Regards, > Arpith > > "Openmp-dev" <openmp-dev-bounces at lists.llvm.org> wrote on 07/30/2016 > 12:38:09 PM: > > > From: via Openmp-dev <openmp-dev at lists.llvm.org> > > To: Dounia Khaldi <khaldi.dou...