OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
298
///
copyAttributesFrom
- copy all additional attributes (those not needed to
300
void Function::
copyAttributesFrom
(const GlobalValue *Src) {
302
GlobalValue::
copyAttributesFrom
(Src);
Completed in 34 milliseconds