Lines Matching refs:CVGlobalVariable
2973 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()
2984 SmallVectorImpl<CVGlobalVariable> &ParentGlobals) { in collectLexicalBlockInfo()
2995 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo()
3257 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()
3266 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo()
3281 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()
3288 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals()
3295 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals()
3318 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals()
3344 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()
3345 for (const CVGlobalVariable &CVGV : Globals) { in emitGlobalVariableList()
3411 void CodeViewDebug::emitDebugInfoForGlobal(const CVGlobalVariable &CVGV) { in emitDebugInfoForGlobal()