Searched defs:NewFn (Results 1 - 6 of 6) sorted by path

/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1481 Function *NewFn; local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp65 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, argument
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp44 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) { argument
30 UpgradeSSE41Function(Function* F, Intrinsic::ID IID, Function *&NewFn) argument
143 UpgradeIntrinsicFunction(Function *F, Function *&NewFn) argument
164 UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) argument
379 Function *NewFn; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp231 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap, local
H A DCodeGenModule.cpp2097 llvm::Function *NewFn = cast<llvm::Function>(GetAddrOfFunction(GD, Ty)); local
2046 ReplaceUsesOfNonProtoTypeWithRealFunction(llvm::GlobalValue *Old, llvm::Function *NewFn) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp9867 ExprResult NewFn = ExprError(); local
11162 ExprResult NewFn = CreateFunctionRefExpr(*this, Method, Best->FoundDecl, local

Completed in 220 milliseconds