<div dir="ltr"><div>Hi All,<br><br></div>I need to call global variable by its name from the following code<br><br> for(Function::iterator i=F->begin();i!=F->end();++i)<br>      {<br>    BasicBlock*Bb =&*i;<br>    GlobalVariable* GV = new GlobalVariable(type,false,  F->getLinkage(),0,  "F$"+Bb->getName()); <br>
    GV->setInitializer(Constant::getNullValue (typ));<br>    GList.push_back(GV);<br>      }<br clear="all"><div><div><div><br></div><div>Could I solve that by mapping the global variables in Stringmap?<br></div><div>I need to identify the global variable with its name in the IR to be able to load and store its values.<br>
<br></div><div>Thanks<br></div><div><br><br></div><div>-- <br><div dir="ltr"><b style="color:rgb(32,18,77)"><span>     </span>Rasha Salah Omar<br><span>    </span> Msc Student at E-JUST<br><span>    </span> Demonestrator  at Faculty of Computers and Informatics<br>
<span>    </span> Benha University</b>
<p style="color:rgb(32,18,77);font-size:13px;font-family:arial,helvetica,clean,sans-serif;background-color:transparent;font-style:normal"><b><span>     e-mail: <a href="mailto:rasha.omar@ejust.edu.eg" target="_blank">rasha.omar@ejust.edu.eg</a></span></b></p>

<font size="4"><span style="font-family:Arial,Helvetica,sans-serif;font-size:12px;border-collapse:collapse;color:rgb(69,69,69)"><div style="padding:0px;display:block;line-height:normal">
<span style="font-size:20pt;color:rgb(0,176,80);font-family:Webdings">P</span><b><span style="font-size:11pt;color:rgb(0,176,80);font-family:sans-serif"> Please consider the environment before printing this email.</span></b></div>
</span></font><br></div>
</div></div></div></div>