Lines Matching defs:DIVar
493 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram();
1289 Var.DIVar = VI.Var;
1419 const DILocalVariable *DIVar = cast<DILocalVariable>(IV.first);
1427 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt);
1429 Scope = LScopes.findLexicalScope(DIVar->getScope());
1435 Var.DIVar = DIVar;
2790 if (L.DIVar->isParameter())
2793 return L->DIVar->getArg() < R->DIVar->getArg();
2800 if (!L.DIVar->isParameter()) {
2804 const DIType *Ty = L.DIVar->getType();
2806 emitConstantSymbolRecord(Ty, Val, std::string(L.DIVar->getName()));
2820 if (Var.DIVar->isParameter())
2827 ? getTypeIndexForReferenceTo(Var.DIVar->getType())
2828 : getCompleteTypeIndex(Var.DIVar->getType());
2833 emitNullTerminatedSymbolName(OS, Var.DIVar->getName());