Lines Matching refs:DIVar
493 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram();
1322 Var.DIVar = VI.Var;
1452 const DILocalVariable *DIVar = cast<DILocalVariable>(IV.first);
1460 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt);
1462 Scope = LScopes.findLexicalScope(DIVar->getScope());
1468 Var.DIVar = DIVar;
2823 if (L.DIVar->isParameter())
2826 return L->DIVar->getArg() < R->DIVar->getArg();
2833 if (!L.DIVar->isParameter()) {
2837 const DIType *Ty = L.DIVar->getType();
2839 emitConstantSymbolRecord(Ty, Val, std::string(L.DIVar->getName()));
2853 if (Var.DIVar->isParameter())
2860 ? getTypeIndexForReferenceTo(Var.DIVar->getType())
2861 : getCompleteTypeIndex(Var.DIVar->getType());
2866 emitNullTerminatedSymbolName(OS, Var.DIVar->getName());