Home | History | Annotate | Download | only in CodeGen

Lines Matching full:psource

264       CGM.Int8PtrTy /* psource */, nullptr);
307 // Initialize default location for psource field of ident_t structure of
364 // char **psource = &.kmpc_loc_<flags>.addr.psource;
365 auto *PSource = CGF.Builder.CreateConstInBoundsGEP2_32(IdentTy, LocValue, 0,
383 // *psource = ";<File>;<Function>;<Line>;<Column>;;";
384 CGF.Builder.CreateStore(OMPDebugLoc, PSource);