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

Overridden By

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
11384 bool CGOpenMPSIMDRuntime::emitTargetGlobal(GlobalDecl GD) {

Declarations

tools/clang/lib/CodeGen/CGOpenMPRuntime.h
 1481   virtual bool emitTargetGlobal(GlobalDecl GD);

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 2126     if (LangOpts.OpenMP && OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(D))
 2462     if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD))