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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
  772   void setDLLImportDLLExport(llvm::GlobalValue *GV, const NamedDecl *D) const;

References

tools/clang/lib/CodeGen/CGCXXABI.cpp
  287   CGM.setDLLImportDLLExport(GV, Dtor);
tools/clang/lib/CodeGen/CodeGenModule.cpp
  866   setDLLImportDLLExport(GV, D);
  887   setDLLImportDLLExport(GV, D);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1301     CGM.setDLLImportDLLExport(GV, ND);