Searched refs:DIGV (Results 1 – 2 of 2) sorted by relevance
3238 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo() local3244 if (DIGV->getName().empty()) continue; in collectGlobalVariableInfo()3253 std::make_pair(DIGV, DIE->getElement(1))); in collectGlobalVariableInfo()3257 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()3265 DIScope *Scope = DIGV->getScope(); in collectGlobalVariableInfo()3281 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()3289 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals() local3290 const DIScope *Scope = DIGV->getScope(); in collectDebugInfoForGlobals()3291 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()3292 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()[all …]
114 const DIGlobalVariable *DIGV; member