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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
  775   void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const;

References

tools/clang/lib/CodeGen/CGVTables.cpp
   47   CGM.setGVProperties(ThunkFn, GD);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1641     setGVProperties(GV, GD);
 2774   setGVProperties(Fn, OldGD);
 4414   setGVProperties(Fn, GD);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  283     CGM.setGVProperties(Thunk, GD);