search for: komuravelli

Displaying 5 results from an estimated 5 matches for "komuravelli".

2009 Sep 10
3
[LLVMdev] Finding call points to a function
Hi, I am writing an LLVM Pass and I would like to know how would I do the following: 1. I have a function foo, and I need to get all the call points calling this function in each Function of the Module. The only way I can think of is to iterate over the BasicBlocks of each Function, look for all the Call Instructions and check if the called function is foo. I was wondering if there is any other
2009 Sep 04
2
[LLVMdev] Error in Hello World Pass
Hi, I am trying to compile the Hello World pass (described at http://llvm.org/docs/WritingAnLLVMPass.html#basiccode) in an LLVM Project and I get an error, 'no match for ‘operator<<’ at line llvm::cerr << "*Hello: *" << F.getName() << "\n"; But when I looked up in the LLVM API Documentation, I think "<<" operator is not overloaded
2009 Sep 10
0
[LLVMdev] Finding call points to a function
Rakesh Komuravelli wrote: > Hi, > > I am writing an LLVM Pass and I would like to know how would I do the > following: > > 1. I have a function foo, and I need to get all the call points calling > this function in each Function of the Module. The only way I can think > of is to iterate ov...
2017 Jun 27
0
Commvault Engineering expanding
Hi, We at Commvault are looking for GlusterFS engineers for our pioneer customer response team closely working with the CTO. Can you help me with spreading this info in your networks? this is a critical role for our Tinton Falls, NJ R&D office. Please refer to rkomuravelli at commvault.com<mailto:rkomuravelli at commvault.com> Who are we: World leader in enterprise cloud data storage backup software product company. You can learn more about is here<https://www.commvault.com/solutions> [Commvault]<http://www.commvault.com/> Ramesh Komuravelli Rec...
2009 Oct 05
0
[LLVMdev] [Fwd: Re: problem with multiple LLVM passes]
Rakesh Komuravelli wrote: > Hi John, > > I am having the exact same problem. Let me answer the four questions > that you have asked.. > > 1) Are both passes included in the same dynamic library? If not, are > you loading their respective libraries with multiple -load options? > > Yes. I lo...