Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GVs

1000         DIArray GVs = CU.getGlobalVariables();
1001 for (unsigned i = 0, e = GVs.getNumElements(); i != e; ++i) {
1002 DIGlobalVariable DIG(GVs.getElement(i));
1167 /// addGlobalVariable - Add global variable into GVs.
1175 GVs.push_back(DIG);