Home
last modified time | relevance | path

Searched refs:copyAttributesFrom (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp58 GV->copyAttributesFrom(I); in CloneModule()
67 NF->copyAttributesFrom(I); in CloneModule()
76 GA->copyAttributesFrom(I); in CloneModule()
DCloneFunction.cpp92 NewFunc->copyAttributesFrom(OldFunc); in CloneFunctionInto()
/external/llvm/lib/VMCore/
DGlobals.cpp50 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom() function in GlobalValue
177 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom() function in GlobalVariable
179 GlobalValue::copyAttributesFrom(Src); in copyAttributesFrom()
DFunction.cpp303 void Function::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom() function in Function
305 GlobalValue::copyAttributesFrom(Src); in copyAttributesFrom()
/external/llvm/include/llvm/
DGlobalVariable.h143 void copyAttributesFrom(const GlobalValue *Src);
DGlobalValue.h230 virtual void copyAttributesFrom(const GlobalValue *Src);
DFunction.h295 void copyAttributesFrom(const GlobalValue *Src);
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp218 NF->copyAttributesFrom(&Fn); in DeleteDeadVarargs()
768 NF->copyAttributesFrom(F); in RemoveDeadStuffFromFunction()
DMergeFunctions.cpp748 NewG->copyAttributesFrom(G); in writeThunk()
783 H->copyAttributesFrom(F); in mergeTwoFunctions()
DArgumentPromotion.cpp611 NF->copyAttributesFrom(F); in DoPromotion()
DGlobalOpt.cpp2799 Target->GlobalValue::copyAttributesFrom(J); in OptimizeGlobalAliases()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp479 NewGlobal->copyAttributesFrom(G); in insertGlobalRedzones()
/external/llvm/lib/Linker/
DLinkModules.cpp470 DestGV->copyAttributesFrom(SrcGV); in copyGVAttributes()