reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
165 void copyAttributesFrom(const GlobalVariable *Src);
329 NewGV->copyAttributesFrom(&GV);
lib/Linker/IRMover.cpp633 NewDGV->copyAttributesFrom(SGVar); 923 NG->copyAttributesFrom(SrcGV);lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
88 NewGV->copyAttributesFrom(GV);
lib/Transforms/IPO/GlobalOpt.cpp492 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);