HomeSort by relevance Sort by last modified time
    Searched refs:copyAttributesFrom (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 58 GV->copyAttributesFrom(I);
67 NF->copyAttributesFrom(I);
76 GA->copyAttributesFrom(I);
CloneFunction.cpp 89 NewFunc->copyAttributesFrom(OldFunc);
  /external/llvm/include/llvm/
GlobalVariable.h 141 /// copyAttributesFrom - copy all additional attributes (those not needed to
143 void copyAttributesFrom(const GlobalValue *Src);
Function.h 293 /// copyAttributesFrom - copy all additional attributes (those not needed to
295 void copyAttributesFrom(const GlobalValue *Src);
GlobalValue.h 229 /// copyAttributesFrom - copy all additional attributes (those not needed to
231 virtual void copyAttributesFrom(const GlobalValue *Src);
  /external/llvm/lib/VMCore/
Globals.cpp 48 /// copyAttributesFrom - copy all additional attributes (those not needed to
50 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) {
175 /// copyAttributesFrom - copy all additional attributes (those not needed to
177 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) {
179 GlobalValue::copyAttributesFrom(Src);
Function.cpp 299 /// copyAttributesFrom - copy all additional attributes (those not needed to
301 void Function::copyAttributesFrom(const GlobalValue *Src) {
303 GlobalValue::copyAttributesFrom(Src);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 218 NF->copyAttributesFrom(&Fn);
768 NF->copyAttributesFrom(F);
    [all...]
MergeFunctions.cpp 748 NewG->copyAttributesFrom(G);
783 H->copyAttributesFrom(F);
ArgumentPromotion.cpp 611 NF->copyAttributesFrom(F);
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 429 DestGV->copyAttributesFrom(SrcGV);
    [all...]

Completed in 334 milliseconds