Lines Matching refs:DV
930 for (DIVariable DV : SP->getVariables()) { in collectVariableInfo() local
931 if (!Processed.insert(InlinedVariable(DV, nullptr)).second) in collectVariableInfo()
933 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) { in collectVariableInfo()
934 ensureAbstractVariableIsCreatedIfScoped(InlinedVariable(DV, nullptr), in collectVariableInfo()
938 make_unique<DbgVariable>(DV, nullptr, NoExpr, this)); in collectVariableInfo()
1219 for (DIVariable DV : SP->getVariables()) { in endFunction() local
1220 if (!ProcessedVars.insert(InlinedVariable(DV, nullptr)).second) in endFunction()
1222 ensureAbstractVariableIsCreated(InlinedVariable(DV, nullptr), in endFunction()
1223 DV->getScope()); in endFunction()
1477 DIVariable DV = Value.getVariable(); in emitDebugLocValue() local
1483 MDType *T = DV->getType().resolve(TypeIdentifierMap); in emitDebugLocValue()