Searched defs:copyAttributesFrom (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DGlobals.cpp54 /// copyAttributesFrom - copy all additional attributes (those not needed to
56 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalValue
84 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalObject
86 GlobalValue::copyAttributesFrom(GV);
226 /// copyAttributesFrom - copy all additional attributes (those not needed to
228 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) { function in class:GlobalVariable
230 GlobalObject::copyAttributesFrom(Src);
H A DFunction.cpp368 /// copyAttributesFrom - copy all additional attributes (those not needed to
370 void Function::copyAttributesFrom(const GlobalValue *Src) { function in class:Function
372 GlobalObject::copyAttributesFrom(Src);

Completed in 249 milliseconds