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

/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp54 GV->copyAttributesFrom(I);
63 NF->copyAttributesFrom(I);
72 GA->copyAttributesFrom(I);
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DGlobals.cpp49 /// copyAttributesFrom - copy all additional attributes (those not needed to
51 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalValue
181 /// copyAttributesFrom - copy all additional attributes (those not needed to
183 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalVariable
185 GlobalValue::copyAttributesFrom(Src);
H A DFunction.cpp345 /// copyAttributesFrom - copy all additional attributes (those not needed to
347 void Function::copyAttributesFrom(const GlobalValue *Src) { function in class:Function
349 GlobalValue::copyAttributesFrom(Src);
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DGlobalVariable.h175 /// copyAttributesFrom - copy all additional attributes (those not needed to
177 void copyAttributesFrom(const GlobalValue *Src);
H A DGlobalValue.h228 /// copyAttributesFrom - copy all additional attributes (those not needed to
230 virtual void copyAttributesFrom(const GlobalValue *Src);
H A DFunction.h336 /// copyAttributesFrom - copy all additional attributes (those not needed to
338 void copyAttributesFrom(const GlobalValue *Src);
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp94 NewGV->copyAttributesFrom(GV);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp260 NF->copyAttributesFrom(&Fn);
882 NF->copyAttributesFrom(F);
H A DMergeFunctions.cpp775 NewG->copyAttributesFrom(G);
810 H->copyAttributesFrom(F);
H A DArgumentPromotion.cpp604 NF->copyAttributesFrom(F);
H A DGlobalOpt.cpp3018 Target->GlobalValue::copyAttributesFrom(J);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp426 NewF->copyAttributesFrom(F);
579 NewF->copyAttributesFrom(&F);
1231 CustomFn->copyAttributesFrom(F);
H A DAddressSanitizer.cpp1015 NewGlobal->copyAttributesFrom(G);
/freebsd-10.3-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp494 DestGV->copyAttributesFrom(SrcGV);

Completed in 206 milliseconds