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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DGlobals.cpp50 /// copyAttributesFrom - copy all additional attributes (those not needed to
52 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalValue
94 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalObject
95 GlobalValue::copyAttributesFrom(Src);
258 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalVariable
259 GlobalObject::copyAttributesFrom(Src);
H A DFunction.cpp388 void Function::copyAttributesFrom(const GlobalValue *Src) { function in class:Function
389 GlobalObject::copyAttributesFrom(Src);
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DGlobalObject.h67 void copyAttributesFrom(const GlobalValue *Src) override;
H A DGlobalVariable.h148 /// copyAttributesFrom - copy all additional attributes (those not needed to
150 void copyAttributesFrom(const GlobalValue *Src) override;
H A DGlobalValue.h303 virtual void copyAttributesFrom(const GlobalValue *Src);
H A DFunction.h421 /// copyAttributesFrom - copy all additional attributes (those not needed to
423 void copyAttributesFrom(const GlobalValue *Src) override;
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp121 NewF->copyAttributesFrom(&F);
160 NewGV->copyAttributesFrom(&GV);
190 NewA->copyAttributesFrom(&OrigA);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp62 GV->copyAttributesFrom(&*I);
71 NF->copyAttributesFrom(&*I);
102 GA->copyAttributesFrom(&*I);
H A DCloneFunction.cpp95 NewFunc->copyAttributesFrom(OldFunc);
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp93 NewGV->copyAttributesFrom(GV);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp231 NF->copyAttributesFrom(&Fn);
884 NF->copyAttributesFrom(F);
H A DMergeFunctions.cpp1711 NewG->copyAttributesFrom(G);
1743 H->copyAttributesFrom(F);
H A DArgumentPromotion.cpp731 NF->copyAttributesFrom(F);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp540 NewF->copyAttributesFrom(F);
718 NewF->copyAttributesFrom(&F);
1455 CustomFn->copyAttributesFrom(F);
H A DAddressSanitizer.cpp1367 NewGlobal->copyAttributesFrom(G);
/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DIRMover.cpp775 NewGV->copyAttributesFrom(SGV);
970 NG->copyAttributesFrom(SrcGV);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3945 VectorF->copyAttributesFrom(F);

Completed in 135 milliseconds