Searched refs:CVGV (Results 1 – 2 of 2) sorted by relevance
3066 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo() local3067 GlobalVariables.emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()3090 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo() local3091 VariableList->emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()3097 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals() local3098 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()3104 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals() local3105 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()3127 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals() local3128 const GlobalVariable *GV = CVGV.GVInfo.get<const GlobalVariable *>(); in emitDebugInfoForGlobals()[all …]
318 void emitDebugInfoForGlobal(const CVGlobalVariable &CVGV);