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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 65 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
74 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
CGException.cpp 31 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception");
40 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_free_exception");
51 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_throw");
60 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow");
69 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_get_exception_ptr");
78 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch");
87 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_end_catch");
96 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_call_unexpected");
104 return CGM.CreateRuntimeFunction(FTy, "_Unwind_SjLj_Resume");
105 return CGM.CreateRuntimeFunction(FTy, "_Unwind_Resume")
    [all...]
CGObjCMac.cpp 66 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
79 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy,
92 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy,
109 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType,
121 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
132 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
143 return CGM.CreateRuntimeFunction(
154 return CGM.CreateRuntimeFunction(
247 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty");
267 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty")
    [all...]
CGDeclCXX.cpp 165 CGF.CGM.CreateRuntimeFunction(atexitTy, "__cxa_atexit");
227 CGF.CGM.CreateRuntimeFunction(atexitTy, "atexit");
ItaniumCXXABI.cpp     [all...]
CGObjCGNU.cpp 87 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
    [all...]
CodeGenFunction.cpp 235 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn);
249 llvm::Constant *MCountFn = CGM.CreateRuntimeFunction(FTy,
    [all...]
CGExprCXX.cpp     [all...]
CodeGenModule.h 686 /// CreateRuntimeFunction - Create a new runtime function with the specified
688 llvm::Constant *CreateRuntimeFunction(llvm::FunctionType *Ty,
    [all...]
CGVTables.cpp 575 CGM.CreateRuntimeFunction(Ty, "__cxa_pure_virtual");
CGBlocks.cpp     [all...]
CGBuiltin.cpp 163 llvm::Value *Fn = CGF.CGM.CreateRuntimeFunction(FT, FnName);
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 96 milliseconds