Home
last modified time | relevance | path

Searched refs:fnInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXX.cpp23 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 DCIRGenModule.h203 const CIRGenFunctionInfo *fnInfo = nullptr,
206 return getAddrAndTypeOfCXXStructor(gd, fnInfo, fnType, dontDefer,
212 clang::GlobalDecl gd, const CIRGenFunctionInfo *fnInfo = nullptr,
H A DCIRGenCXXExpr.cpp184 auto &fnInfo = cgm.getTypes().arrangeCXXMethodCall( in emitCXXMemberOrOperatorCall() local
189 return emitCall(fnInfo, callee, returnValue, args, nullptr, loc); in emitCXXMemberOrOperatorCall()
H A DCIRGenModule.cpp1302 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 DCGBlocks.cpp1505 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 DCGAtomic.cpp318 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()