search for: argumentlist

Displaying 11 results from an estimated 11 matches for "argumentlist".

2012 Aug 01
2
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...ound the concept of a Tool. A Tool has a set of Options which can be parsed to Arguments or rendered from Arguments. It also has a set of Transformations that convert Arguments from another Tool to Arguments for itself. An Argument is an Option with bound values. Scope: * Parse argv/argc into an ArgumentList according to a TableGen file describing the Options for a given Tool. * Provide typo correction for Options. * Provide a way to print help text. * Render an ArgumentList to a string suitable for invoking another Tool. * Transform an ArgumentList from one Tool to another. The major addition t...
2011 Sep 04
1
[LLVMdev] correct types for ArgumentList?
I'm trying to create and insert a anonymous function that will make a assignment on a GlobalVariable, based on a existing StoreInst. Once I find this StoreInst(which provides me with 2 Value* objects for me to use) I need to pass it to my anonymous function so it can carry out the assignment. I can not get the correct types, at runtime I get a bad signature error. So basically the function is
2014 Dec 13
2
[LLVMdev] Correct way to access Function ArgumentList?
Hey All, I’m working with Mac OS X 10.10, and everything seems generally fine but when I started working on a FunctionPass I get the following: error: call to deleted constructor of 'Function::ArgumentListType' (aka 'iplist<llvm::Argument>') Function::ArgumentListType argList = f.getArgumentList(); Any pointers as to the correct way access the Arguments of a Function object? From what I saw on the docs it seems like this ought to work... Thanks, Jared -------------- next pa...
2009 Jan 02
1
[LLVMdev] Function Type and Argument List
...all, I am having some problem using the Function class. For my application, FunctionType is not known at the time I initialize the function. So, I just initialize the Function as return type void with no arguments. As I work on my function, I get to know the arguments and I insert the arguments in ArgumentList data structure of the function. The FunctionType is defined as const and I can't change that. When I insert a call to this function, I look at ArgumentList Data structure, and determine the number of arguments and pass them with the call. But, FunctionType is same as original type( with no arg...
2012 Aug 09
0
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...et of Options which > can be parsed to Arguments or rendered from Arguments. It also has a set of > Transformations that convert Arguments from another Tool to Arguments for > itself. > > An Argument is an Option with bound values. > > Scope: > > * Parse argv/argc into an ArgumentList according to a TableGen file describing > the Options for a given Tool. > > * Provide typo correction for Options. > > * Provide a way to print help text. > > * Render an ArgumentList to a string suitable for invoking another Tool. > > * Transform an ArgumentList from o...
2002 Oct 11
2
[LLVMdev] Accessing a function's arguments
...rate a simple wrapper function: Function* pWrapper = m_module.getOrInsertFunction(name, FunctionType::get(Type::VoidTy, vector<const Type*>(1, PointerType::get(Type::IntTy)), false)); How do I actually get the Value* for the one argument to this function? The pWrapper->getArgumentList().size() is 0. Shouldn't the argument list contain the Value* for the parameter? DEBUG(pWrapper->dump();); DEBUG(pWrapper->getFunctionType()->dump()); DEBUG(cerr << "number of arguments: " << pWrapper->getArgumentList().size() << endl;); T...
2011 Apr 02
2
I think I just broke R
I swear, I didn't touch it! I can't fit GLM's anymore, and I can't make it talk english (for googling the error messages) anymore. > y <- c(1,1,0,1,0,1) > x <- c(2,7,3,5,2,4) > glm(y~x, binomial) Fehler in runif(length(pi)) : Element 1 ist leer; Der Teil der Argumentliste 'length' der berechnet wurde war: (pi) > Sys.setenv(LANG="EN") > glm(y~x, binomial) Fehler in runif(length(pi)) : Element 1 ist leer; Der Teil der Argumentliste 'length' der berechnet wurde war: (pi) I may suffer from sleep deprivation and minor confus...
2002 Oct 11
0
[LLVMdev] Accessing a function's arguments
...t; > Function* pWrapper = m_module.getOrInsertFunction(name, > FunctionType::get(Type::VoidTy, > vector<const Type*>(1, PointerType::get(Type::IntTy)), false)); > > How do I actually get the Value* for the one argument to this function? > The pWrapper->getArgumentList().size() is 0. Shouldn't the argument list > contain the Value* for the parameter? My incorrect assumption was that the ArgumentList would get built when the Function is instantiated -- by simply walking over the parameter type vector of the FunctionType. Instead you have to manually fil...
2015 Jul 29
1
[LLVMdev] How to get the const argument data from Function?
...I am analyzing such a snippet: f("hello") , then compiled by Clang, I will have the “hello” as a *Constant Array* in the IR code. My goal is to call APIs of LLVM to get the “hello” from IR code. Now suppose the I got the llvm::Function* fn from some Module, so I can get the access the ArgumentList by iterator const_arg_iterator it. However, the iterator now I got is of type llvm::ilist_iterator<const llvm::Argument>::const_iterator. When I am trying to cast it into `llvm::ilist_iterator<const llvm::ConstantArray>::const_iterator, it can’t success. But if I get the raw pointer ou...
2009 Dec 13
0
cross validation/GAM/package Daim
...quot;alpine mats") --> error in model(formula, train, test) : `family' not recognized 3. accurancy <- Daim (vegetation ~ s(slope), model=gam(family=binomial), data=aufnahmen_0708, labpos="alpine mats") --> error in environment(formula) : Element 1 is empty; Der Teil der Argumentliste '.Internal' der berechnet wurde war: (fun) Can anybody help me? Any advice is greatly appreciated! Thanks Kim -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
2008 Aug 06
2
[LLVMdev] crash in JIT when running the inliner
...m::BasicBlock>> = {<llvm::ilist_nextprev_traits<llvm::BasicBlock>> = {<No data fields>}, <llvm::ilist_sentinel_traits<llvm::BasicBlock>> = {<No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, Head = 0xa36c018}, ArgumentList = {<llvm::ilist_traits<llvm::Argument>> = {<llvm::SymbolTableListTraits<llvm::Argument,llvm::Function>> = {<llvm::ilist_default_traits<llvm::Argument>> = {<llvm::ilist_nextprev_traits<llvm::Argument>> = {<No data fields>}, <llvm::ilist_se...