Searched defs:FunctionTy (Results 1 – 4 of 4) sorted by relevance
272 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()276 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()280 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()284 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()1264 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local
486 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()490 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()494 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()498 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()1746 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
414 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local