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 54 /// copyAttributesFrom - copy all additional attributes (those not needed to
56 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) {
84 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) {
86 GlobalValue::copyAttributesFrom(GV);
226 /// copyAttributesFrom - copy all additional attributes (those not needed to
228 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) {
230 GlobalObject::copyAttributesFrom(Src);
Function.cpp 368 /// copyAttributesFrom - copy all additional attributes (those not needed to
370 void Function::copyAttributesFrom(const GlobalValue *Src) {
372 GlobalObject::copyAttributesFrom(Src);

Completed in 40 milliseconds