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 201 const CGFunctionInfo &fnInfo =
205 cast<llvm::Function>(GetAddrOfCXXConstructor(ctor, ctorType, &fnInfo));
208 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
217 const CGFunctionInfo *fnInfo) {
224 if (!fnInfo)
225 fnInfo = &getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
227 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
265 const CGFunctionInfo &fnInfo =
269 cast<llvm::Function>(GetAddrOfCXXDestructor(dtor, dtorType, &fnInfo));
272 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo);
    [all...]
CGAtomic.cpp 135 const CGFunctionInfo &fnInfo =
138 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo);
140 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
    [all...]
CGBlocks.cpp     [all...]

Completed in 45 milliseconds