Lines Matching refs:DIGV
3238 const DIGlobalVariable *DIGV = GVE->getVariable();
3244 if (DIGV->getName().empty()) continue;
3253 std::make_pair(DIGV, DIE->getElement(1)));
3257 CVGlobalVariable CVGV = {DIGV, DIE};
3265 DIScope *Scope = DIGV->getScope();
3281 CVGlobalVariable CVGV = {DIGV, GV};
3289 const DIGlobalVariable *DIGV = CVGV.DIGV;
3290 const DIScope *Scope = DIGV->getScope();
3291 getCompleteTypeIndex(DIGV->getType());
3292 getFullyQualifiedName(Scope, DIGV->getName());
3296 const DIGlobalVariable *DIGV = CVGV.DIGV;
3297 const DIScope *Scope = DIGV->getScope();
3298 getCompleteTypeIndex(DIGV->getType());
3299 getFullyQualifiedName(Scope, DIGV->getName());
3412 const DIGlobalVariable *DIGV = CVGV.DIGV;
3414 const DIScope *Scope = DIGV->getScope();
3417 DIGV->getRawStaticDataMemberDeclaration()))
3424 ? std::string(DIGV->getName())
3425 : getFullyQualifiedName(Scope, DIGV->getName());
3433 ? (DIGV->isLocalToUnit() ? SymbolKind::S_LTHREAD32
3435 : (DIGV->isLocalToUnit() ? SymbolKind::S_LDATA32
3439 OS.emitInt32(getCompleteTypeIndex(DIGV->getType()).getIndex());
3443 if (CVGlobalVariableOffsets.contains(DIGV))
3445 Offset = CVGlobalVariableOffsets[DIGV];
3460 bool isUnsigned = isFloatDIType(DIGV->getType())
3462 : DebugHandlerBase::isUnsignedDIType(DIGV->getType());
3464 emitConstantSymbolRecord(DIGV->getType(), Value, QualifiedName);