Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3066 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo() local
3067 GlobalVariables.emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()
3090 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo() local
3091 VariableList->emplace_back(std::move(CVGV)); in collectGlobalVariableInfo()
3097 for (const CVGlobalVariable &CVGV : GlobalVariables) { in collectDebugInfoForGlobals() local
3098 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()
3104 for (const CVGlobalVariable &CVGV : ComdatVariables) { in collectDebugInfoForGlobals() local
3105 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals()
3127 for (const CVGlobalVariable &CVGV : ComdatVariables) { in emitDebugInfoForGlobals() local
3128 const GlobalVariable *GV = CVGV.GVInfo.get<const GlobalVariable *>(); in emitDebugInfoForGlobals()
[all …]
H A DCodeViewDebug.h318 void emitDebugInfoForGlobal(const CVGlobalVariable &CVGV);