Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3296 const DIGlobalVariable *DIGV = CVGV.DIGV; in emitDebugInfoForGlobals() local
3235 CVGlobalVariable CVGV = {DIGV, DIE}; collectGlobalVariableInfo() local
3259 CVGlobalVariable CVGV = {DIGV, GV}; collectGlobalVariableInfo() local
3266 for (const CVGlobalVariable &CVGV : GlobalVariables) { collectDebugInfoForGlobals() local
3273 for (const CVGlobalVariable &CVGV : ComdatVariables) { collectDebugInfoForGlobals() local
3323 for (const CVGlobalVariable &CVGV : Globals) { emitGlobalVariableList() local
3389 emitDebugInfoForGlobal(const CVGlobalVariable & CVGV) emitDebugInfoForGlobal() argument
[all...]