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 665 const CGFunctionInfo *fnInfo = 0);
671 const CGFunctionInfo *fnInfo = 0);
    [all...]
CGBlocks.cpp 878 const CGFunctionInfo &FnInfo
    [all...]

Completed in 50 milliseconds