Searched refs:CVGlobalVariable (Results 1 – 2 of 2) sorted by relevance
110 struct CVGlobalVariable { struct128 SmallVector<CVGlobalVariable, 1> Globals; argument151 SmallVector<CVGlobalVariable, 1> Globals;212 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList;216 SmallVector<CVGlobalVariable, 1> ComdatVariables;219 SmallVector<CVGlobalVariable, 1> GlobalVariables;334 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals);337 void emitDebugInfoForGlobal(const CVGlobalVariable &CVGV);371 SmallVectorImpl<CVGlobalVariable> &Globals);375 SmallVectorImpl<CVGlobalVariable> &ParentGlobals);
2940 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()2951 SmallVectorImpl<CVGlobalVariable> &ParentGlobals) { in collectLexicalBlockInfo()2962 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo()3220 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()3229 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo()3244 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()3251 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals()3258 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals()3281 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals()3307 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()[all …]