Searched refs:CVGlobalVariable (Results 1 – 2 of 2) sorted by relevance
117 struct CVGlobalVariable { struct135 SmallVector<CVGlobalVariable, 1> Globals; argument171 SmallVector<CVGlobalVariable, 1> Globals;236 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList;240 SmallVector<CVGlobalVariable, 1> ComdatVariables;243 SmallVector<CVGlobalVariable, 1> GlobalVariables;360 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals);363 void emitDebugInfoForGlobal(const CVGlobalVariable &CVGV);399 SmallVectorImpl<CVGlobalVariable> &Globals);403 SmallVectorImpl<CVGlobalVariable> &ParentGlobals);
2987 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()2998 SmallVectorImpl<CVGlobalVariable> &ParentGlobals) { in collectLexicalBlockInfo()3009 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo()3271 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()3280 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo()3295 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()3302 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals()3309 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals()3332 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals()3358 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()[all …]