Lines Matching refs:CVGV
3271 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo() local
3272 GlobalVariables.emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()
3295 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo() local
3296 VariableList->emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()
3302 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals() local
3303 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()
3309 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals() local
3310 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()
3332 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals() local
3333 const GlobalVariable *GV = cast<const GlobalVariable *>(CVGV.GVInfo); in emitDebugInfoForGlobals()
3340 emitDebugInfoForGlobal(CVGV); in emitDebugInfoForGlobals()
3359 for (const CVGlobalVariable &CVGV : Globals) { in emitGlobalVariableList() local
3361 emitDebugInfoForGlobal(CVGV); in emitGlobalVariableList()
3425 void CodeViewDebug::emitDebugInfoForGlobal(const CVGlobalVariable &CVGV) { in emitDebugInfoForGlobal() argument
3426 const DIGlobalVariable *DIGV = CVGV.DIGV; in emitDebugInfoForGlobal()
3442 dyn_cast_if_present<const GlobalVariable *>(CVGV.GVInfo)) { in emitDebugInfoForGlobal()
3467 const DIExpression *DIE = cast<const DIExpression *>(CVGV.GVInfo); in emitDebugInfoForGlobal()