reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
769 void setDSOLocal(llvm::GlobalValue *GV) const;
2979 CGM.setDSOLocal(GV);
tools/clang/lib/CodeGen/CGExpr.cpp3154 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);