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

  /external/llvm/lib/VMCore/
Globals.cpp 48 /// copyAttributesFrom - copy all additional attributes (those not needed to
50 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) {
175 /// copyAttributesFrom - copy all additional attributes (those not needed to
177 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) {
179 GlobalValue::copyAttributesFrom(Src);
Function.cpp 299 /// copyAttributesFrom - copy all additional attributes (those not needed to
301 void Function::copyAttributesFrom(const GlobalValue *Src) {
303 GlobalValue::copyAttributesFrom(Src);

Completed in 56 milliseconds