Searched refs:getCurrentDebugLocation (Results 1 – 5 of 5) sorted by relevance
115 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()290 const DebugLoc &getCurrentDebugLocation() const {291 return Builder.getCurrentDebugLocation();
117 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
184 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
159 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function285 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
3036 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()3055 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()