reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1214   Value *V = DDI.getDI()->getValue();
 1215   DILocalVariable *Var = DDI.getDI()->getVariable();
 1216   DIExpression *Expr = DDI.getDI()->getExpression();
 1217   DebugLoc DL = DDI.getdl();
 1218   DebugLoc InstDL = DDI.getDI()->getDebugLoc();
 1219   unsigned SDOrder = DDI.getSDNodeOrder();
 1223   assert(isa<DbgValueInst>(DDI.getDI()));
 1250                         << DDI.getDI() << "\nBy stripping back to:\n  " << V);
 1258   auto Undef = UndefValue::get(DDI.getDI()->getVariableLocation()->getType());
 1262   LLVM_DEBUG(dbgs() << "Dropping debug value info for:\n  " << DDI.getDI()
 1264   LLVM_DEBUG(dbgs() << "  Last seen at:\n    " << *DDI.getDI()->getOperand(0)