Home
last modified time | relevance | path

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

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