Lines Matching refs:CVGlobalVariable
2801 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()
2812 SmallVectorImpl<CVGlobalVariable> &ParentGlobals) { in collectLexicalBlockInfo()
2823 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo()
3067 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()
3076 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo()
3091 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()
3098 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals()
3105 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals()
3128 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals()
3154 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()
3155 for (const CVGlobalVariable &CVGV : Globals) { in emitGlobalVariableList()
3221 void CodeViewDebug::emitDebugInfoForGlobal(const CVGlobalVariable &CVGV) { in emitDebugInfoForGlobal()