Searched refs:CVGV (Results 1 – 2 of 2) sorted by relevance
3271 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo() local3272 GlobalVariables.emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()3295 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo() local3296 VariableList->emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()3302 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals() local3303 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()3309 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals() local3310 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()3332 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals() local3333 const GlobalVariable *GV = cast<const GlobalVariable *>(CVGV.GVInfo); in emitDebugInfoForGlobals()[all …]
363 void emitDebugInfoForGlobal(const CVGlobalVariable &CVGV);