Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TmpName

6539   SmallString<256> TmpName;
6540 Name.toVector(TmpName);
6542 CGM.getModule().getGlobalVariable(TmpName.str(), true);