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

  /external/clang/lib/CodeGen/
CGCXX.cpp 199 const CGFunctionInfo &fnInfo = getTypes().getFunctionInfo(ctor, ctorType);
202 cast<llvm::Function>(GetAddrOfCXXConstructor(ctor, ctorType, &fnInfo));
205 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
214 const CGFunctionInfo *fnInfo) {
221 if (!fnInfo) fnInfo = &getTypes().getFunctionInfo(ctor, ctorType);
225 getTypes().GetFunctionType(*fnInfo, proto->isVariadic());
263 const CGFunctionInfo &fnInfo = getTypes().getFunctionInfo(dtor, dtorType);
266 cast<llvm::Function>(GetAddrOfCXXDestructor(dtor, dtorType, &fnInfo));
269 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo);
    [all...]
CGBlocks.cpp 747 const CGFunctionInfo &FnInfo = CGM.getTypes().getFunctionInfo(Args, FuncTy);
751 CGM.getTypes().GetFunctionType(FnInfo, false);
757 return EmitCall(FnInfo, Func, ReturnValue, Args);
    [all...]
CGObjCMac.cpp     [all...]

Completed in 30 milliseconds