reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10204     emitOffloadingArrays(CGF, BasePointers, Pointers, Sizes, MapTypes, Info);
10205     emitOffloadingArraysArgument(CGF, Info.BasePointersArray,
10206                                  Info.PointersArray, Info.SizesArray,
10206                                  Info.PointersArray, Info.SizesArray,
10207                                  Info.MapTypesArray, Info);
10207                                  Info.MapTypesArray, Info);
10208     InputInfo.NumberOfTargetItems = Info.NumberOfPtrs;
10210         Address(Info.BasePointersArray, CGM.getPointerAlign());
10212         Address(Info.PointersArray, CGM.getPointerAlign());
10214         Address(Info.SizesArray, CGM.getPointerAlign());
10215     MapTypesArray = Info.MapTypesArray;