Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp3201 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo() local
3207 if (DIGV->getName().empty()) continue; in collectGlobalVariableInfo()
3216 std::make_pair(DIGV, DIE->getElement(1))); in collectGlobalVariableInfo()
3220 CVGlobalVariable CVGV = {DIGV, DIE}; in collectGlobalVariableInfo()
3228 DIScope *Scope = DIGV->getScope(); in collectGlobalVariableInfo()
3244 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()
3252 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals() local
3253 const DIScope *Scope = DIGV->getScope(); in collectDebugInfoForGlobals()
3254 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3255 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()
[all …]
DCodeViewDebug.h111 const DIGlobalVariable *DIGV; member