Home
last modified time | relevance | path

Searched defs:FunctionTy (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddebuginfo.c116 LLVMMetadataRef FunctionTy = in llvm_test_dibuilder() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp272 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()
/external/clang/lib/Sema/
DSemaLambda.cpp1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local
/external/llvm/lib/IR/
DCore.cpp486 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp633 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
637 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
641 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
645 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
2016 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp414 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local