Searched defs:DIG (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp1014 DIGlobalVariable DIG(GVs.getElement(i));
1015 if (addGlobalVariable(DIG)) {
1016 processScope(DIG.getContext());
1017 processType(DIG.getType().resolve(TypeIdentifierMap));
1182 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable DIG) { argument
1183 if (!DIG)
1186 if (!NodesSeen.insert(DIG))
1189 GVs.push_back(DIG);

Completed in 68 milliseconds