Home
last modified time | relevance | path

Searched refs:CVGlobalVariable (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h109 struct CVGlobalVariable { struct
127 SmallVector<CVGlobalVariable, 1> Globals; argument
150 SmallVector<CVGlobalVariable, 1> Globals;
211 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList;
215 SmallVector<CVGlobalVariable, 1> ComdatVariables;
218 SmallVector<CVGlobalVariable, 1> GlobalVariables;
333 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals);
336 void emitDebugInfoForGlobal(const CVGlobalVariable &CVGV);
370 SmallVectorImpl<CVGlobalVariable> &Globals);
374 SmallVectorImpl<CVGlobalVariable> &ParentGlobals);
H A DCodeViewDebug.cpp2911 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()
2922 SmallVectorImpl<CVGlobalVariable> &ParentGlobals) { in collectLexicalBlockInfo()
2933 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo()
3191 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()
3200 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo()
3215 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()
3222 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals()
3229 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals()
3252 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals()
3279 for (const CVGlobalVariable &CVGV : Globals) { in emitGlobalVariableList()
[all …]