Lines Matching defs:Orig
5095 /// \p Orig Original to copy debug loc and variable from.
5102 insertNewDbgInst(DIBuilder &DIB, DbgDeclareInst *Orig, AllocaInst *NewAddr,
5112 DIB.insertDeclare(NewAddr, Orig->getVariable(), NewAddrExpr,
5113 Orig->getDebugLoc(), BeforeInst);
5117 /// \p Orig Original to copy debug loc, variable, value and value expression
5125 insertNewDbgInst(DIBuilder &DIB, DbgAssignIntrinsic *Orig, AllocaInst *NewAddr,
5134 DIExpression *NewFragmentExpr = Orig->getExpression();
5148 DIB.insertDbgAssign(NewAddr, Orig->getValue(), Orig->getVariable(),
5150 Orig->getDebugLoc())
5157 /// \p Orig Original to copy record type, debug loc and variable from, and
5165 insertNewDbgInst(DIBuilder &DIB, DbgVariableRecord *Orig, AllocaInst *NewAddr,
5175 Orig->isDbgAssign() ? Orig->getExpression() : NewAddrExpr;
5182 if (Orig->isDbgDeclare()) {
5184 NewAddr, Orig->getVariable(), NewFragmentExpr, Orig->getDebugLoc());
5197 NewAddr, Orig->getValue(), Orig->getVariable(), NewFragmentExpr, NewAddr,
5198 NewAddrExpr, Orig->getDebugLoc());