Home
last modified time | relevance | path

Searched defs:copyAttributesFrom (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalIndirectSymbol.h45 void copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp65 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) { in copyAttributesFrom() function in GlobalValue
130 void GlobalObject::copyAttributesFrom(const GlobalObject *Src) { in copyAttributesFrom() function in GlobalObject
411 void GlobalVariable::copyAttributesFrom(const GlobalVariable *Src) { in copyAttributesFrom() function in GlobalVariable
DFunction.cpp515 void Function::copyAttributesFrom(const Function *Src) { in copyAttributesFrom() function in Function