HomeSort by relevance Sort by last modified time
    Searched refs:copyAttributesFrom (Results 1 - 13 of 13) 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);
GlobalValue.h 238 /// copyAttributesFrom - copy all additional attributes (those not needed to
240 virtual void copyAttributesFrom(const GlobalValue *Src);
Function.h 336 /// copyAttributesFrom - copy all additional attributes (those not needed to
338 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 342 /// copyAttributesFrom - copy all additional attributes (those not needed to
344 void Function::copyAttributesFrom(const GlobalValue *Src) {
346 GlobalValue::copyAttributesFrom(Src);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 94 NewGV->copyAttributesFrom(GV);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 260 NF->copyAttributesFrom(&Fn);
    [all...]
MergeFunctions.cpp 760 NewG->copyAttributesFrom(G);
795 H->copyAttributesFrom(F);
ArgumentPromotion.cpp 602 NF->copyAttributesFrom(F);
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 495 DestGV->copyAttributesFrom(SrcGV);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 527 milliseconds