/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
H A D | OffloadWrapper.cpp | 229 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction() local 256 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachinePassManager.h | 242 using FuncTy = Error(Module &, MachineFunctionAnalysisManager &); variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 219 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
|
H A D | WebAssemblyMCInstLower.cpp | 67 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() local
|
H A D | WebAssemblyFastISel.cpp | 771 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 310 SPIRVType *FuncTy = GR->getOrCreateOpTypeFunctionWithArgs( in lowerFormalArguments() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 107 FunctionType *FuncTy) { in isCallingConvCCompatible()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 143 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 975 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
|
H A D | AMDGPULibFunc.h | 438 FunctionType *FuncTy; variable
|
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 873 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 468 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction() local
|
H A D | CGBlocks.cpp | 1230 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); in EmitBlockCallExpr() local
|
H A D | CGBuiltin.cpp | 1779 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in generateBuiltinOSLogHelperFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1110 FunctionType *FuncTy = CI->getFunctionType(); in lowerCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1713 auto *FuncTy = in getFreshReductionFunc() local
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6651 FunctionType *&FuncTy) { in resolveFunctionType()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 6359 const auto *FuncTy = HandlerParam->getType() in checkSwiftAsyncErrorBlock() local
|