Searched refs:OMPDebugLoc (Results 1 – 1 of 1) sorted by relevance
438 auto OMPDebugLoc = OpenMPDebugLocMap.lookup(Loc.getRawEncoding()); in emitUpdateLocation() local439 if (OMPDebugLoc == nullptr) { in emitUpdateLocation()450 OMPDebugLoc = CGF.Builder.CreateGlobalStringPtr(OS2.str()); in emitUpdateLocation()451 OpenMPDebugLocMap[Loc.getRawEncoding()] = OMPDebugLoc; in emitUpdateLocation()454 CGF.Builder.CreateStore(OMPDebugLoc, PSource); in emitUpdateLocation()