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

Declarations

include/llvm/IR/GlobalVariable.h
  165   void copyAttributesFrom(const GlobalVariable *Src);

References

lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  329   NewGV->copyAttributesFrom(&GV);
lib/Linker/IRMover.cpp
  633   NewDGV->copyAttributesFrom(SGVar);
  923   NG->copyAttributesFrom(SrcGV);
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
   88       NewGV->copyAttributesFrom(GV);
lib/Transforms/IPO/GlobalOpt.cpp
  492       NGV->copyAttributesFrom(GV);
  528       NGV->copyAttributesFrom(GV);
 1307     NGV->copyAttributesFrom(GV);
 1635   NewGV->copyAttributesFrom(GV);
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2292     NewGlobal->copyAttributesFrom(G);
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1264   NewGV->copyAttributesFrom(GV);
lib/Transforms/Utils/CloneModule.cpp
   70     GV->copyAttributesFrom(&*I);