HomeSort by relevance Sort by last modified time
    Searched defs:copyAttributesFrom (Results 1 - 2 of 2) sorted by null

  /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 326 /// copyAttributesFrom - copy all additional attributes (those not needed to
328 void Function::copyAttributesFrom(const GlobalValue *Src) {
330 GlobalValue::copyAttributesFrom(Src);

Completed in 35 milliseconds