Home | History | Annotate | Download | only in IR

Lines Matching defs:GVs

878   GVs.clear();
890 DIArray GVs = CU.getGlobalVariables();
891 for (unsigned i = 0, e = GVs.getNumElements(); i != e; ++i) {
892 DIGlobalVariable DIG(GVs.getElement(i));
1043 /// addGlobalVariable - Add global variable into GVs.
1051 GVs.push_back(DIG);