Displaying 5 results from an estimated 5 matches for "jaffer".
Did you mean:
gaffer
2016 Aug 25
2
InstList insert depreciated?
Jon,
> You want:
> TaintVar->insertAfter(FirstI);
This worked! Thank you.
On Thu, Aug 25, 2016 at 9:38 AM, Jonathan Roelofs
<jonathan at codesourcery.com> wrote:
>
>
> On 8/25/16 7:01 AM, Shehbaz Jaffer via llvm-dev wrote:
>>
>> I tried an alternative way of adding instruction by first getting the
>> first instruction of the basic block, and then calling insertAfter()
>> on it as follows:
>>
>> auto &B = F->getEntryBlock();
>> auto &IList =...
2016 Mar 28
2
llvm extract struct elements and struct size in C++
...utorials and checked if we
can get the struct values, but I am unable to find a way to extract
the structures without already knowing the struct values - eg.
creating an IRBuilder, inserting predefined IntTy32 type variables.
Any help in this regard or some relevant tutorials will help
--
Shehbaz Jaffer
First Year Graduate Student
Sir Edward S Rogers Sr Department of Electrical and Computer Engineering
University of Toronto
2016 Mar 29
0
llvm extract struct elements and struct size in C++
On 28 March 2016 at 13:34, Shehbaz Jaffer via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I want to create a database of all structures (global and local)
> defined and being used in my program. Eg. < A , <int32, int32> , B ,
> <int32, bool , char *>>.
I think the closest LLVM has is either
Module::getI...
2016 Mar 29
1
llvm isTokenTy() deprecated?
...ee
that 10 corresponds to tokens and not integers. enum value 11
corresponds to integers :
http://llvm.org/docs/doxygen/html/classllvm_1_1Type.html#a5e9e1c0dd93557be1b4ad72860f3cbda
Please let me know if this is a bug, or I am misunderstanding things.
Thank you, Best Regards,
Shehbaz
--
Shehbaz Jaffer
First Year Graduate Student
Sir Edward S Rogers Sr Department of Electrical and Computer Engineering
University of Toronto
2016 Aug 25
2
InstList insert depreciated?
...64cf88)
#9 0x00007f8e83885830 __libc_start_main
(/lib/x86_64-linux-gnu/libc.so.6+0x20830)
#10 0x0000000000641809 _start
(/home/shehbaz/project/llvm/build/bin/opt+0x641809)
Any suggestions or pointers to how I can go about debugging this issue
will be of great help.
Thanks in Advance,
--
Shehbaz Jaffer
First Year Graduate Student
Sir Edward S Rogers Sr Department of Electrical and Computer Engineering
University of Toronto