Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3238 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo()
3244 if (DIGV->getName().empty()) continue; in collectGlobalVariableInfo()
3253 std::make_pair(DIGV, DIE->getElement(1))); in collectGlobalVariableInfo()
3257 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()
3265 DIScope *Scope = DIGV->getScope(); in collectDebugInfoForGlobals()
3281 CVGlobalVariable CVGV = {DIGV, GV}; in emitDebugInfoForGlobals()
3289 const DIGlobalVariable *DIGV = CVGV.DIGV; in emitDebugInfoForGlobals()
3290 const DIScope *Scope = DIGV->getScope(); in emitDebugInfoForGlobals()
3291 getCompleteTypeIndex(DIGV in emitDebugInfoForGlobals()
3216 const DIGlobalVariable *DIGV = GVE->getVariable(); collectGlobalVariableInfo() local
3267 const DIGlobalVariable *DIGV = CVGV.DIGV; collectDebugInfoForGlobals() local
3274 const DIGlobalVariable *DIGV = CVGV.DIGV; collectDebugInfoForGlobals() local
3390 const DIGlobalVariable *DIGV = CVGV.DIGV; emitDebugInfoForGlobal() local
[all...]
H A DCodeViewDebug.h114 const DIGlobalVariable *DIGV; member