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

Declarations

tools/clang/lib/CodeGen/CGOpenMPRuntime.h
 1470   virtual void registerTargetGlobalVariable(const VarDecl *VD,

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2701       registerTargetGlobalVariable(VD, cast<llvm::Constant>(Ptr));
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3424       getOpenMPRuntime().registerTargetGlobalVariable(D, Entry);
 3495       getOpenMPRuntime().registerTargetGlobalVariable(D, GV);