reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
772 void setDLLImportDLLExport(llvm::GlobalValue *GV, const NamedDecl *D) const;
287 CGM.setDLLImportDLLExport(GV, Dtor);
tools/clang/lib/CodeGen/CodeGenModule.cpp866 setDLLImportDLLExport(GV, D); 887 setDLLImportDLLExport(GV, D);tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
1301 CGM.setDLLImportDLLExport(GV, ND);