Searched refs:FunctionTy (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | debuginfo.c | 113 LLVMMetadataRef FunctionTy = in llvm_test_dibuilder() local 128 File, 42, FunctionTy, true, true, in llvm_test_dibuilder()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 140 template <typename FunctionTy> 142 FunctionTy Handler) { in iterateOnSegments()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Core.h | 1037 LLVMTypeRef FunctionTy); 1266 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy); 1271 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy); 1276 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy); 1289 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 694 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument 695 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg() 698 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument 699 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType() 702 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument 703 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes() 706 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument 707 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes() 2293 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument 2294 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1540 QualType FunctionTy = S.getLambdaConversionFunctionResultType( in addBlockPointerConversion() local 1542 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3693 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicSetterCopyHelperFunction() local 3697 FunctionTy, nullptr, SC_Static, false, false, false); in GenerateObjCAtomicSetterCopyHelperFunction() 3783 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicGetterCopyHelperFunction() local 3787 FunctionTy, nullptr, SC_Static, false, false, false); in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGStmtOpenMP.cpp | 449 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, EPI); in emitOutlinedFunctionPrologue() local 452 SourceLocation(), DeclarationName(), FunctionTy, in emitOutlinedFunctionPrologue() 453 Ctx.getTrivialTypeSourceInfo(FunctionTy), SC_Static, in emitOutlinedFunctionPrologue()
|