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 54 GV->copyAttributesFrom(I);
63 NF->copyAttributesFrom(I);
72 GA->copyAttributesFrom(I);
  /external/llvm/include/llvm/IR/
GlobalVariable.h 177 /// copyAttributesFrom - copy all additional attributes (those not needed to
179 void copyAttributesFrom(const GlobalValue *Src);
Function.h 306 /// copyAttributesFrom - copy all additional attributes (those not needed to
308 void copyAttributesFrom(const GlobalValue *Src);
GlobalValue.h 237 /// copyAttributesFrom - copy all additional attributes (those not needed to
239 virtual void copyAttributesFrom(const GlobalValue *Src);
  /external/llvm/lib/IR/
Globals.cpp 49 /// copyAttributesFrom - copy all additional attributes (those not needed to
51 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) {
181 /// copyAttributesFrom - copy all additional attributes (those not needed to
183 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) {
185 GlobalValue::copyAttributesFrom(Src);
Function.cpp 326 /// copyAttributesFrom - copy all additional attributes (those not needed to
328 void Function::copyAttributesFrom(const GlobalValue *Src) {
330 GlobalValue::copyAttributesFrom(Src);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 258 NF->copyAttributesFrom(&Fn);
823 NF->copyAttributesFrom(F);
    [all...]
MergeFunctions.cpp 746 NewG->copyAttributesFrom(G);
781 H->copyAttributesFrom(F);
ArgumentPromotion.cpp 607 NF->copyAttributesFrom(F);
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 465 DestGV->copyAttributesFrom(SrcGV);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 290 milliseconds