Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp3238 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo() local
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 collectGlobalVariableInfo()
3281 CVGlobalVariable CVGV = {DIGV, GV}; in collectGlobalVariableInfo()
3289 const DIGlobalVariable *DIGV = CVGV.DIGV; in collectDebugInfoForGlobals() local
3290 const DIScope *Scope = DIGV->getScope(); in collectDebugInfoForGlobals()
3291 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3292 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()
[all …]
HDCodeViewDebug.h114 const DIGlobalVariable *DIGV; member