HomeSort by relevance Sort by last modified time
    Searched refs:fnInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCXX.cpp 199 const CGFunctionInfo &fnInfo =
203 cast<llvm::Function>(GetAddrOfCXXConstructor(ctor, ctorType, &fnInfo));
206 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
215 const CGFunctionInfo *fnInfo) {
222 if (!fnInfo)
223 fnInfo = &getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
225 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
263 const CGFunctionInfo &fnInfo =
267 cast<llvm::Function>(GetAddrOfCXXDestructor(dtor, dtorType, &fnInfo));
270 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo);
    [all...]
CodeGenModule.h 652 const CGFunctionInfo *fnInfo = 0);
658 const CGFunctionInfo *fnInfo = 0);
    [all...]
CGBlocks.cpp 874 const CGFunctionInfo &FnInfo =
878 llvm::Type *BlockFTy = CGM.getTypes().GetFunctionType(FnInfo);
    [all...]

Completed in 193 milliseconds