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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 2825   GV->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global);
 2826   CGM.getSanitizerMetadata()->disableSanitizerForGlobal(GV);
 2829   CGM.setTypeDescriptorInMap(T, GV);
 2831   return GV;