Searched refs:copyAttributesFrom (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp58 GV->copyAttributesFrom(I);
67 NF->copyAttributesFrom(I);
76 GA->copyAttributesFrom(I);
H A DCloneFunction.cpp89 NewFunc->copyAttributesFrom(OldFunc);
/external/llvm/include/llvm/
H A DGlobalVariable.h141 /// copyAttributesFrom - copy all additional attributes (those not needed to
143 void copyAttributesFrom(const GlobalValue *Src);
H A DFunction.h293 /// copyAttributesFrom - copy all additional attributes (those not needed to
295 void copyAttributesFrom(const GlobalValue *Src);
H A DGlobalValue.h229 /// copyAttributesFrom - copy all additional attributes (those not needed to
231 virtual void copyAttributesFrom(const GlobalValue *Src);
/external/llvm/lib/VMCore/
H A DGlobals.cpp48 /// copyAttributesFrom - copy all additional attributes (those not needed to
50 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalValue
175 /// copyAttributesFrom - copy all additional attributes (those not needed to
177 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalVariable
179 GlobalValue::copyAttributesFrom(Src);
H A DFunction.cpp299 /// copyAttributesFrom - copy all additional attributes (those not needed to
301 void Function::copyAttributesFrom(const GlobalValue *Src) { function in class:Function
303 GlobalValue::copyAttributesFrom(Src);
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp218 NF->copyAttributesFrom(&Fn);
768 NF->copyAttributesFrom(F);
H A DMergeFunctions.cpp748 NewG->copyAttributesFrom(G);
783 H->copyAttributesFrom(F);
H A DArgumentPromotion.cpp611 NF->copyAttributesFrom(F);
H A DGlobalOpt.cpp2691 Target->GlobalValue::copyAttributesFrom(J);
/external/llvm/lib/Linker/
H A DLinkModules.cpp429 DestGV->copyAttributesFrom(SrcGV);

Completed in 714 milliseconds