Displaying 8 results from an estimated 8 matches for "funtiontype".
Did you mean:
functiontype
2010 Aug 18
2
[LLVMdev] clang: call extern function using JIT
...ft = llvm::FunctionType::get(llvm::Type::getInt32Ty
>
> (llvm::getGlobalContext()),
> std::vector<const llvm::Type*>(0, llvm::Type::getInt32Ty
_______________________________________________^
You are creating a vector of Type's with *zero* elements, so the effect
of this is a FuntionType that takes zero arguments.
[snip]
Next time please be more explicit on the descripcion of the problem.
2013 Apr 16
0
[LLVMdev] Name mangling and getOrInsertFunction
...a call, let's say:
task (a, b).
I get the file.ll equivalent and I want to replace the original call task (a,b) with a call to one of the other functions, task(a,b,c).
The problem is that due to name mangling I cannot find the second function, accepting 3 parameters. I can build the correct FuntionType, but I cannot use the M->getOrInsertFunction, since I cannot get the correct name of the function.
Do you have any suggestions on how can I:
(i) either retrieve the function name
(ii) directly retrieve the function I need, based on its FunctionTy and knowing that the name has a common substring...
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
...vm::Type::getInt32Ty
>>
>> (llvm::getGlobalContext()),
>> std::vector<const llvm::Type*>(0, llvm::Type::getInt32Ty
> _______________________________________________^
>
> You are creating a vector of Type's with *zero* elements, so the effect
> of this is a FuntionType that takes zero arguments.
>
> [snip]
>
> Next time please be more explicit on the descripcion of the problem.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs....
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
Can someone pease tell me what I am doing wrong?
Im trying to register an external function with the JIT, so can call
functions in my music
application.
Here my function
int Execute(llvm::Module *Mod, char * const *envp) {
llvm::InitializeNativeTarget();
std::string Error;
llvm::OwningPtr<llvm::ExecutionEngine> EE(
llvm::ExecutionEngine::createJIT(Mod, &Error));
if (!EE) {
2009 May 04
0
frontier 0.99 is NOT backward compatible
...ase of panel data, the information on the panel structure
has to be added to the data set by the function "plm.data" of the "plm"
package
* argument "modelType" of function "frontier" must be "ECF" or "EEF" now
* replaced argument "funtionType" of function "frontier"
by argument "ineffDecrease"
* renamed argument "eta" of function "frontier" as "timeEffect"
* split argument "mu" of function "frontier" into "truncNorm"
and "zIntercept"
* incr...
2009 May 04
0
frontier 0.99 is NOT backward compatible
...ase of panel data, the information on the panel structure
has to be added to the data set by the function "plm.data" of the "plm"
package
* argument "modelType" of function "frontier" must be "ECF" or "EEF" now
* replaced argument "funtionType" of function "frontier"
by argument "ineffDecrease"
* renamed argument "eta" of function "frontier" as "timeEffect"
* split argument "mu" of function "frontier" into "truncNorm"
and "zIntercept"
* incr...
2010 Aug 17
4
[LLVMdev] clang: call extern function using JIT
hi, im creating a music application(image below).
At the moment im using tcc compiler but im moving across to clang because of
the improved compiler warnings.
Can anyone please explain and show code so I can use clang's JIT to call
functions in my application?
Thanks.
http://old.nabble.com/file/p29449300/51709341.jpeg
--
View this message in context:
2009 May 05
1
self organizing map advice for categorical data
...ase of panel data, the information on the panel structure
has to be added to the data set by the function "plm.data" of the "plm"
package
* argument "modelType" of function "frontier" must be "ECF" or "EEF" now
* replaced argument "funtionType" of function "frontier"
by argument "ineffDecrease"
* renamed argument "eta" of function "frontier" as "timeEffect"
* split argument "mu" of function "frontier" into "truncNorm"
and "zIntercept"
* incr...