HomeSort by relevance Sort by last modified time
    Searched defs:copyAttributesFrom (Results 1 - 3 of 3) 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) {
93 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) {
94 GlobalValue::copyAttributesFrom(Src);
216 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) {
217 GlobalObject::copyAttributesFrom(Src);
Function.cpp 414 void Function::copyAttributesFrom(const GlobalValue *Src) {
415 GlobalObject::copyAttributesFrom(Src);
    [all...]
  /external/guice/lib/build/
spring-core.jar 

Completed in 2236 milliseconds