Searched refs:fnInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXX.cpp | 23 const CIRGenFunctionInfo &fnInfo = in codegenCXXStructor() local 25 cir::FuncType funcType = getTypes().getFunctionType(fnInfo); in codegenCXXStructor() 26 cir::FuncOp fn = getAddrOfCXXStructor(gd, &fnInfo, /*FnType=*/nullptr, in codegenCXXStructor()
|
| H A D | CIRGenModule.h | 203 const CIRGenFunctionInfo *fnInfo = nullptr, 206 return getAddrAndTypeOfCXXStructor(gd, fnInfo, fnType, dontDefer, 212 clang::GlobalDecl gd, const CIRGenFunctionInfo *fnInfo = nullptr,
|
| H A D | CIRGenCXXExpr.cpp | 184 auto &fnInfo = cgm.getTypes().arrangeCXXMethodCall( in emitCXXMemberOrOperatorCall() local 189 return emitCall(fnInfo, callee, returnValue, args, nullptr, loc); in emitCXXMemberOrOperatorCall()
|
| H A D | CIRGenModule.cpp | 1302 GlobalDecl gd, const CIRGenFunctionInfo *fnInfo, cir::FuncType fnType, in getAddrAndTypeOfCXXStructor() argument 1317 if (!fnInfo) in getAddrAndTypeOfCXXStructor() 1318 fnInfo = &getTypes().arrangeCXXStructorDeclaration(gd); in getAddrAndTypeOfCXXStructor() 1319 fnType = getTypes().getFunctionType(*fnInfo); in getAddrAndTypeOfCXXStructor() 1895 const CIRGenFunctionInfo &fnInfo = in emitAliasForGlobal() local 1897 cir::FuncType fnType = getTypes().getFunctionType(fnInfo); in emitAliasForGlobal()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1505 const CGFunctionInfo &fnInfo = in GenerateBlockFunction() local 1507 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction() 1510 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo); in GenerateBlockFunction() 1515 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction() 1526 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args, in GenerateBlockFunction()
|
| H A D | CGAtomic.cpp | 318 const CGFunctionInfo &fnInfo = in emitAtomicLibcall() local 320 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo); in emitAtomicLibcall() 330 return CGF.EmitCall(fnInfo, callee, ReturnValueSlot(), args); in emitAtomicLibcall()
|