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

  /external/llvm/include/llvm/IR/
GlobalObject.h 53 void copyAttributesFrom(const GlobalValue *Src) override;
GlobalVariable.h 154 /// copyAttributesFrom - copy all additional attributes (those not needed to
156 void copyAttributesFrom(const GlobalValue *Src) override;
GlobalValue.h 282 virtual void copyAttributesFrom(const GlobalValue *Src);
Function.h 337 /// copyAttributesFrom - copy all additional attributes (those not needed to
339 void copyAttributesFrom(const GlobalValue *Src) override;
  /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);
AutoUpgrade.cpp 220 NewGV->copyAttributesFrom(GV);
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 54 GV->copyAttributesFrom(I);
63 NF->copyAttributesFrom(I);
74 GA->copyAttributesFrom(I);
CloneFunction.cpp 95 NewFunc->copyAttributesFrom(OldFunc);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 93 NewGV->copyAttributesFrom(GV);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 226 NF->copyAttributesFrom(&Fn);
    [all...]
MergeFunctions.cpp     [all...]
ArgumentPromotion.cpp 614 NF->copyAttributesFrom(F);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 491 NewF->copyAttributesFrom(F);
644 NewF->copyAttributesFrom(&F);
    [all...]
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 516 DestGV->copyAttributesFrom(SrcGV);
    [all...]

Completed in 715 milliseconds