Searched refs:fnInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1177 const CGFunctionInfo &fnInfo = CGM.getTypes().arrangeFreeFunctionDeclaration( local
1180 if (CGM.ReturnSlotInterferesWithArgs(fnInfo))
1183 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo);
1188 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo);
1191 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args,
H A DCGAtomic.cpp325 const CGFunctionInfo &fnInfo = local
328 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo);
330 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);

Completed in 109 milliseconds