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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 100 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
107 return CGM.CreateRuntimeFunction(
184 llvm::Constant *RegisterFunc = CGM.CreateRuntimeFunction(
221 llvm::Constant *RegisterFatbinFunc = CGM.CreateRuntimeFunction(
295 llvm::Constant *UnregisterFatbinFunc = CGM.CreateRuntimeFunction(
CGOpenMPRuntime.cpp 497 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_global_thread_num),
519 CGOpenMPRuntime::createRuntimeFunction(OpenMPRTLFunction Function) {
529 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");
537 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num");
548 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_cached");
559 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical");
570 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical_with_hint");
593 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_register");
604 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_critical");
613 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_cancel_barrier")
    [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");
270 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty")
    [all...]
ItaniumCXXABI.cpp     [all...]
CGException.cpp 38 return CGM.CreateRuntimeFunction(FTy, "__cxa_free_exception");
47 return CGM.CreateRuntimeFunction(FTy, "__cxa_call_unexpected");
73 return CreateRuntimeFunction(FTy, name);
81 return CGM.CreateRuntimeFunction(FTy, Name);
225 CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true),
    [all...]
CGObjCGNU.cpp 85 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
    [all...]
CGVTables.cpp 609 PureVirtualFn = CGM.CreateRuntimeFunction(Ty, PureCallName);
620 DeletedVirtualFn = CGM.CreateRuntimeFunction(Ty, DeletedCallName);
    [all...]
CGDeclCXX.cpp 230 CGM.CreateRuntimeFunction(atexitTy, "atexit");
MicrosoftCXXABI.cpp 728 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException"));
    [all...]
CodeGenModule.h 863 llvm::Constant *CreateRuntimeFunction(llvm::FunctionType *Ty,
    [all...]
CGBlocks.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.cpp 409 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn);
427 CGM.CreateRuntimeFunction(FTy, getTarget().getMCountName());
    [all...]
CGBuiltin.cpp     [all...]
CGObjC.cpp     [all...]
CGAtomic.cpp 329 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName);
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 127 milliseconds