Searched refs:CVGlobalVariable (Results 1 – 2 of 2) sorted by relevance
102 struct CVGlobalVariable { struct120 SmallVector<CVGlobalVariable, 1> Globals; argument143 SmallVector<CVGlobalVariable, 1> Globals;195 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList;199 SmallVector<CVGlobalVariable, 1> ComdatVariables;202 SmallVector<CVGlobalVariable, 1> GlobalVariables;315 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals);350 SmallVectorImpl<CVGlobalVariable> &Globals);354 SmallVectorImpl<CVGlobalVariable> &ParentGlobals);
2684 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()2695 SmallVectorImpl<CVGlobalVariable> &ParentGlobals) { in collectLexicalBlockInfo()2706 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo()2925 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo()2940 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()2960 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals()2985 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()2986 for (const CVGlobalVariable &CVGV : Globals) { in emitGlobalVariableList()