Searched refs:getCurrentDebugLocation (Results 1 – 3 of 3) sorted by relevance
67 assert(Builder.getCurrentDebugLocation().isUnknown()); in ~NoLocation()95 assert(Builder.getCurrentDebugLocation().getLine() == 0); in ~ArtificialLocation()2556 if (!Builder.getCurrentDebugLocation().isUnknown() && in EmitLocation()2557 Builder.getCurrentDebugLocation().getScope(CGM.getLLVMContext()) == in EmitLocation()
123 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function209 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
1930 return wrap(unwrap(Builder)->getCurrentDebugLocation() in LLVMGetCurrentDebugLocation()