Searched refs:OMPDebugLoc (Results 1 – 1 of 1) sorted by relevance
961 auto OMPDebugLoc = OpenMPDebugLocMap.lookup(Loc.getRawEncoding()); in emitUpdateLocation() local962 if (OMPDebugLoc == nullptr) { in emitUpdateLocation()973 OMPDebugLoc = CGF.Builder.CreateGlobalStringPtr(OS2.str()); in emitUpdateLocation()974 OpenMPDebugLocMap[Loc.getRawEncoding()] = OMPDebugLoc; in emitUpdateLocation()977 CGF.Builder.CreateStore(OMPDebugLoc, PSource); in emitUpdateLocation()