Lines Matching refs:CVGlobalVariable
2911 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()
2922 SmallVectorImpl<CVGlobalVariable> &ParentGlobals) { in collectLexicalBlockInfo()
2933 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo()
3191 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()
3200 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo()
3215 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()
3222 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals()
3229 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals()
3252 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals()
3278 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()
3279 for (const CVGlobalVariable &CVGV : Globals) { in emitGlobalVariableList()
3345 void CodeViewDebug::emitDebugInfoForGlobal(const CVGlobalVariable &CVGV) { in emitDebugInfoForGlobal()