/external/clang/lib/CodeGen/ |
CGCUDANV.cpp | 64 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy, 73 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
|
CGException.cpp | 32 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); 41 return CGM.CreateRuntimeFunction(FTy, "__cxa_free_exception"); 52 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); 61 return CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow"); 70 return CGM.CreateRuntimeFunction(FTy, "__cxa_get_exception_ptr"); 79 return CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch"); 88 return CGM.CreateRuntimeFunction(FTy, "__cxa_end_catch"); 97 return CGM.CreateRuntimeFunction(FTy, "__cxa_call_unexpected"); 105 return CGM.CreateRuntimeFunction(FTy, "_Unwind_SjLj_Resume"); 106 return CGM.CreateRuntimeFunction(FTy, "_Unwind_Resume") [all...] |
CGObjCMac.cpp | 65 CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, 80 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, 93 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy, 110 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType, 122 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, 133 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, 144 return CGM.CreateRuntimeFunction( 155 return CGM.CreateRuntimeFunction( 248 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty"); 268 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty") [all...] |
ItaniumCXXABI.cpp | [all...] |
CGObjCGNU.cpp | 85 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName)); [all...] |
CGVTables.cpp | 586 PureVirtualFn = CGM.CreateRuntimeFunction(Ty, PureCallName); 597 DeletedVirtualFn = CGM.CreateRuntimeFunction(Ty, DeletedCallName); [all...] |
CGDeclCXX.cpp | 205 CGM.CreateRuntimeFunction(atexitTy, "atexit");
|
CGAtomic.cpp | 140 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName); 583 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); [all...] |
CodeGenFunction.cpp | 300 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); 318 CGM.CreateRuntimeFunction(FTy, getTarget().getMCountName()); [all...] |
CGExprCXX.cpp | [all...] |
CodeGenModule.h | 789 /// CreateRuntimeFunction - Create a new runtime function with the specified 791 llvm::Constant *CreateRuntimeFunction(llvm::FunctionType *Ty, [all...] |
CGBlocks.cpp | [all...] |
CGBuiltin.cpp | 161 llvm::Value *Fn = CGF.CGM.CreateRuntimeFunction(FT, FnName); [all...] |
CGObjC.cpp | [all...] |
CGExpr.cpp | [all...] |
CGExprScalar.cpp | [all...] |
CodeGenModule.cpp | [all...] |