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

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 135 void CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
143 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 104 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
CloneFunction.cpp 10 // This file implements the CloneFunctionInto interface, which is used as the
76 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
189 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
355 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]

Completed in 148 milliseconds