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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 102 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
109 return CGM.CreateRuntimeFunction(
195 llvm::Constant *RegisterFunc = CGM.CreateRuntimeFunction(
219 llvm::Constant *RegisterVar = CGM.CreateRuntimeFunction(
262 llvm::Constant *RegisterFatbinFunc = CGM.CreateRuntimeFunction(
343 llvm::Constant *UnregisterFatbinFunc = CGM.CreateRuntimeFunction(
CGOpenMPRuntime.cpp     [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(
247 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty");
266 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...]
CGOpenMPRuntimeNVPTX.cpp 278 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_kernel_init");
CGObjCGNU.cpp 83 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
    [all...]
CGVTables.cpp 606 PureVirtualFn = CGM.CreateRuntimeFunction(Ty, PureCallName);
619 DeletedVirtualFn = CGM.CreateRuntimeFunction(Ty, DeletedCallName);
    [all...]
CGDeclCXX.cpp 238 CGM.CreateRuntimeFunction(atexitTy, "atexit");
MicrosoftCXXABI.cpp 728 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException"));
    [all...]
CGBuiltin.cpp     [all...]
CodeGenModule.h 872 llvm::Constant *CreateRuntimeFunction(llvm::FunctionType *Ty,
    [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.cpp 417 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn);
435 CGM.CreateRuntimeFunction(FTy, getTarget().getMCountName());
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
CGAtomic.cpp 310 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName);
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 806 milliseconds