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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
  769   void setDSOLocal(llvm::GlobalValue *GV) const;

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2979   CGM.setDSOLocal(GV);
tools/clang/lib/CodeGen/CGExpr.cpp
 3154   CGM.setDSOLocal(
 3169   CGM.setDSOLocal(F);
tools/clang/lib/CodeGen/CodeGenModule.cpp
  894   setDSOLocal(GV);
 2379   setDSOLocal(GV);
 3129       setDSOLocal(Entry);
 3368       setDSOLocal(F);
 3689   setDSOLocal(cast<llvm::GlobalValue>(Ret->stripPointerCasts()));
 4694         setDSOLocal(GV);
 4902   CGM.setDSOLocal(GV);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3260   CGM.setDSOLocal(cast<llvm::GlobalValue>(VTable->stripPointerCasts()));
 3535   CGM.setDSOLocal(TypeName);
 3538   CGM.setDSOLocal(GV);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  530     CGM.setDSOLocal(GV);