Searched refs:DbgVar (Results 1 – 3 of 3) sorted by relevance
570 DebugVariable DbgVar = FnVarLocs->getVariable(VarLoc.VariableID); in addDef() local571 if (skipVariable(DbgVar.getVariable())) in addDef()576 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()579 DebugAggregate(DbgVar.getVariable(), VarLoc.DL.getInlinedAt())); in addDef()589 assert(static_cast<bool>(DbgVar.getVariable()->getSizeInBits())); in addDef()591 EndBit = *DbgVar.getVariable()->getSizeInBits(); in addDef()606 LLVM_DEBUG(dbgs() << "DEF " << DbgVar.getVariable()->getName() << " [" in addDef()1584 DebugVariable DbgVar = FnVarLocs->getVariable(Var); in process() local1585 DebugAggregate Aggr{DbgVar.getVariable(), DbgVar.getInlinedAt()}; in process()
968 SmallDenseMap<const DILocalVariable *, DbgVariable *> DbgVar; in sortLocalVars() local976 DbgVar.insert({Var->getVariable(), Var}); in sortLocalVars()1013 if (DbgVariable *Var = DbgVar.lookup(Dep)) in sortLocalVars()
1563 if (DbgVariable *DbgVar = MFVars.lookup(Var)) in collectVariableInfoFromMFTable() local1564 DbgVar->addMMIEntry(*RegVar); in collectVariableInfoFromMFTable()