Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp438 auto OMPDebugLoc = OpenMPDebugLocMap.lookup(Loc.getRawEncoding()); in emitUpdateLocation() local
439 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()