Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h117 struct CVGlobalVariable { struct
135 SmallVector<CVGlobalVariable, 1> Globals; argument
171 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);
H A DCodeViewDebug.cpp2987 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 …]