Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateRuntimeFunction

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");
303 return CGM.CreateRuntimeFunction(FTy, name);
320 return CGM.CreateRuntimeFunction(FTy, "objc_copyStruct");
339 return CGM.CreateRuntimeFunction(FTy, "objc_copyCppObjectAtomic");
352 return CGM.CreateRuntimeFunction(FTy, "objc_enumerationMutation");
361 return CGM.CreateRuntimeFunction(FTy, "objc_read_weak");
370 return CGM.CreateRuntimeFunction(FTy, "objc_assign_weak");
379 return CGM.CreateRuntimeFunction(FTy, "objc_assign_global");
388 return CGM.CreateRuntimeFunction(FTy, "objc_assign_threadlocal");
398 return CGM.CreateRuntimeFunction(FTy, "objc_assign_ivar");
406 CreateRuntimeFunction(FTy, "objc_memmove_collectable");
415 return CGM.CreateRuntimeFunction(FTy, "objc_assign_strongCast");
424 return CGM.CreateRuntimeFunction(FTy, "objc_exception_throw");
431 return CGM.CreateRuntimeFunction(FTy, "objc_exception_rethrow");
440 return CGM.CreateRuntimeFunction(FTy, "objc_sync_enter");
449 return CGM.CreateRuntimeFunction(FTy, "objc_sync_exit");
549 return CGM.CreateRuntimeFunction(
557 return CGM.CreateRuntimeFunction(
565 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
573 return CGM.CreateRuntimeFunction(
583 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty,
673 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
681 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
689 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
698 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
707 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
713 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, false),
720 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy,