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

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 136 CreateRuntimeFunction(OMPRTL__kmpc_global_thread_num), Args);
159 CGOpenMPRuntime::CreateRuntimeFunction(OpenMPRTLFunction Function) {
169 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");
177 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num");
CGCUDANV.cpp 64 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
73 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
CGOpenMPRuntime.h 172 llvm::Constant *CreateRuntimeFunction(OpenMPRTLFunction Function);
CGStmtOpenMP.cpp 46 llvm::Constant *RTLFn = CGM.getOpenMPRuntime().CreateRuntimeFunction(
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");
116 return CGM.CreateRuntimeFunction(FTy, name);
124 return CGM.CreateRuntimeFunction(FTy, Name)
    [all...]
CGObjCMac.cpp 66 CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
81 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy,
94 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy,
111 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType,
123 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
134 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
145 return CGM.CreateRuntimeFunction(
156 return CGM.CreateRuntimeFunction(
250 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty");
271 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty")
    [all...]
CGObjCGNU.cpp 86 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
    [all...]
CGVTables.cpp 499 PureVirtualFn = CGM.CreateRuntimeFunction(Ty, PureCallName);
510 DeletedVirtualFn = CGM.CreateRuntimeFunction(Ty, DeletedCallName);
ItaniumCXXABI.cpp     [all...]
CGDeclCXX.cpp 208 CGM.CreateRuntimeFunction(atexitTy, "atexit");
CGAtomic.cpp 132 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName);
730 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName);
    [all...]
CodeGenFunction.cpp 313 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn);
331 CGM.CreateRuntimeFunction(FTy, getTarget().getMCountName());
    [all...]
CodeGenModule.h 835 llvm::Constant *CreateRuntimeFunction(llvm::FunctionType *Ty,
    [all...]
CGBlocks.cpp     [all...]
MicrosoftCXXABI.cpp 660 llvm::Constant *Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid");
709 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction(
729 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction(
    [all...]
CGObjC.cpp     [all...]
CGBuiltin.cpp 162 llvm::Value *Fn = CGF.CGM.CreateRuntimeFunction(FT, FnName);
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 7673 milliseconds