Home
last modified time | relevance | path

Searched refs:NewDL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h217 DebugLoc NewDL = *this;
218 NewDL.Loc.addTrace();
219 return NewDL;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h485 void setDebugLoc(DebugLoc NewDL) { DL = NewDL; } in setDebugLoc() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp155 llvm::DILocation *NewDL = llvm::DILocation::get( in addInstSourceAtomMetadata() local
158 I->setDebugLoc(NewDL); in addInstSourceAtomMetadata()