Searched defs:FuncTy (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1302 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); local
H A DCGNonTrivialStruct.cpp454 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
126 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1266 FunctionType *FuncTy = CS.getFunctionType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h436 FunctionType *FuncTy; member in class:llvm::AMDGPUUnmangledLibFunc
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp228 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp870 FunctionType *FuncTy = F->getFunctionType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp166 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); local

Completed in 168 milliseconds