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

  /external/llvm/lib/IR/
Globals.cpp 51 /// copyAttributesFrom - copy all additional attributes (those not needed to
53 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) {
95 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) {
97 GlobalValue::copyAttributesFrom(GV);
229 /// copyAttributesFrom - copy all additional attributes (those not needed to
231 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) {
233 GlobalObject::copyAttributesFrom(Src);
Function.cpp 400 /// copyAttributesFrom - copy all additional attributes (those not needed to
402 void Function::copyAttributesFrom(const GlobalValue *Src) {
404 GlobalObject::copyAttributesFrom(Src);
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
CloneSubModule.cpp 47 GV->copyAttributesFrom(I);
56 NF->copyAttributesFrom(I);
67 GA->copyAttributesFrom(I);
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 55 GV->copyAttributesFrom(I);
64 NF->copyAttributesFrom(I);
75 GA->copyAttributesFrom(I);
CloneFunction.cpp 95 NewFunc->copyAttributesFrom(OldFunc);
  /external/llvm/include/llvm/IR/
GlobalObject.h 65 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 285 virtual void copyAttributesFrom(const GlobalValue *Src);
Function.h 342 /// copyAttributesFrom - copy all additional attributes (those not needed to
344 void copyAttributesFrom(const GlobalValue *Src) override;
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86CallConvPass.cpp 128 NewFn->copyAttributesFrom(OrigFn);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 93 NewGV->copyAttributesFrom(GV);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 231 NF->copyAttributesFrom(&Fn);
    [all...]
MergeFunctions.cpp     [all...]
ArgumentPromotion.cpp 703 NF->copyAttributesFrom(F);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 527 NewF->copyAttributesFrom(F);
704 NewF->copyAttributesFrom(&F);
    [all...]
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 531 DestGV->copyAttributesFrom(SrcGV);
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 557 Declaration->copyAttributesFrom(GO);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 323 milliseconds