Lines Matching defs:DV
64 DbgVariableRecord::DbgVariableRecord(Metadata *Location, DILocalVariable *DV,
68 Type(Type), Variable(DV), Expression(Expr) {}
179 DbgVariableRecord::createDbgVariableRecord(Value *Location, DILocalVariable *DV,
182 return new DbgVariableRecord(ValueAsMetadata::get(Location), DV, Expr, DI,
187 Value *Location, DILocalVariable *DV, DIExpression *Expr,
189 auto *NewDbgVariableRecord = createDbgVariableRecord(Location, DV, Expr, DI);
195 DILocalVariable *DV,
198 return new DbgVariableRecord(ValueAsMetadata::get(Address), DV, Expr, DI,
203 DbgVariableRecord::createDVRDeclare(Value *Address, DILocalVariable *DV,
206 auto *NewDVRDeclare = createDVRDeclare(Address, DV, Expr, DI);