Home
last modified time | relevance | path

Searched refs:FunctionTy (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/tools/llvm-c-test/
Ddebuginfo.c114 LLVMMetadataRef FunctionTy = in llvm_test_dibuilder() local
129 File, 42, FunctionTy, true, true, in llvm_test_dibuilder()
/external/llvm/include/llvm-c/
DCore.h725 LLVMTypeRef FunctionTy);
945 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
950 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy);
955 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
968 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
/external/llvm/tools/dsymutil/
DMachOUtils.cpp124 template <typename FunctionTy>
126 FunctionTy Handler) { in iterateOnSegments()
/external/llvm-project/llvm/tools/dsymutil/
DMachOUtils.cpp138 template <typename FunctionTy>
140 FunctionTy Handler) { in iterateOnSegments()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc140 template <typename FunctionTy>
141 static void Visit(Predicate* p, const FunctionTy& func);
348 template <typename FunctionTy>
349 /*static*/ void Predicate::Visit(Predicate* p, const FunctionTy& func) { in Visit()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp1953 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateCopyHelperFunction() local
1957 FunctionTy, nullptr, SC_Static, false, false); in GenerateCopyHelperFunction()
2147 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateDestroyHelperFunction() local
2151 FunctionTy, nullptr, SC_Static, false, false); in GenerateDestroyHelperFunction()
2401 QualType FunctionTy = Context.getFunctionType(ReturnTy, ArgTys, {}); in generateByrefCopyHelper() local
2405 SourceLocation(), II, FunctionTy, nullptr, SC_Static, false, false); in generateByrefCopyHelper()
2476 QualType FunctionTy = Context.getFunctionType(R, ArgTys, {}); in generateByrefDisposeHelper() local
2480 SourceLocation(), II, FunctionTy, nullptr, SC_Static, false, false); in generateByrefDisposeHelper()
DCGObjC.cpp3641 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicSetterCopyHelperFunction() local
3645 FunctionTy, nullptr, SC_Static, false, false); in GenerateObjCAtomicSetterCopyHelperFunction()
3725 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicGetterCopyHelperFunction() local
3729 FunctionTy, nullptr, SC_Static, false, false); in GenerateObjCAtomicGetterCopyHelperFunction()
DItaniumCXXABI.cpp2548 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, {}); in createGlobalInitOrCleanupFnDecl() local
2551 &Ctx.Idents.get(FnName), FunctionTy, nullptr, SC_Static, false, false); in createGlobalInitOrCleanupFnDecl()
DCGStmtOpenMP.cpp432 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, EPI); in emitOutlinedFunctionPrologue() local
435 SourceLocation(), DeclarationName(), FunctionTy, in emitOutlinedFunctionPrologue()
436 Ctx.getTrivialTypeSourceInfo(FunctionTy), SC_Static, in emitOutlinedFunctionPrologue()
/external/llvm/lib/IR/
DCore.cpp486 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument
487 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg()
490 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument
491 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType()
494 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument
495 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes()
498 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument
499 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes()
1746 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument
1747 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
/external/llvm-project/llvm/include/llvm-c/
DCore.h1009 LLVMTypeRef FunctionTy);
1238 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
1243 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy);
1248 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
1261 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1003 LLVMTypeRef FunctionTy);
1226 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
1231 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy);
1236 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
1249 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
/external/llvm-project/llvm/lib/IR/
DCore.cpp661 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument
662 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg()
665 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument
666 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType()
669 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument
670 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes()
673 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument
674 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes()
2291 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument
2292 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp649 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument
650 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg()
653 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument
654 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType()
657 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument
658 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes()
661 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument
662 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes()
2255 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument
2256 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
/external/clang/lib/Sema/
DSemaLambda.cpp1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local
1346 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1532 QualType FunctionTy = S.getLambdaConversionFunctionResultType( in addBlockPointerConversion() local
1534 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp414 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local
417 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation()