Searched refs:DIGV (Results 1 – 2 of 2) sorted by relevance
3201 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo() local3207 if (DIGV->getName().empty()) continue; in collectGlobalVariableInfo()3216 std::make_pair(DIGV, DIE->getElement(1))); in collectGlobalVariableInfo()3220 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()3228 DIScope *Scope = DIGV->getScope(); in collectGlobalVariableInfo()3244 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()3252 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals() local3253 const DIScope *Scope = DIGV->getScope(); in collectDebugInfoForGlobals()3254 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()3255 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()[all …]
111 const DIGlobalVariable *DIGV; member