Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h102 struct CVGlobalVariable { struct
120 SmallVector<CVGlobalVariable, 1> Globals; argument
143 SmallVector<CVGlobalVariable, 1> Globals;
197 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList;
201 SmallVector<CVGlobalVariable, 1> ComdatVariables;
204 SmallVector<CVGlobalVariable, 1> GlobalVariables;
317 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals);
318 void emitDebugInfoForGlobal(const CVGlobalVariable &CVGV);
352 SmallVectorImpl<CVGlobalVariable> &Globals);
356 SmallVectorImpl<CVGlobalVariable> &ParentGlobals);
H A DCodeViewDebug.cpp2800 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()
2811 SmallVectorImpl<CVGlobalVariable> &ParentGlobals) { in collectLexicalBlockInfo()
2822 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo()
3066 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()
3075 SmallVector<CVGlobalVariable, 1> *VariableList; in collectGlobalVariableInfo()
3090 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()
3097 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals()
3104 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals()
3127 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals()
3153 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()
[all …]