Searched refs:StartFunction (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp180 CGF.StartFunction(&VD, CGM.getContext().VoidTy, fn,
414 StartFunction(GlobalDecl(D), getContext().VoidTy, Fn,
435 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
481 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
515 StartFunction(VD, getContext().VoidTy, fn, FI, args, SourceLocation());
H A DCGBlocks.cpp1143 StartFunction(blockDecl, fnType->getResultType(), fn, fnInfo, args,
1146 // Okay. Undo some of what StartFunction did.
1313 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
1486 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
1778 CGF.StartFunction(FD, R, Fn, FI, args, SourceLocation());
1849 CGF.StartFunction(FD, R, Fn, FI, args, SourceLocation());
H A DCodeGenFunction.cpp486 void CodeGenFunction::StartFunction(GlobalDecl GD, function in class:CodeGenFunction
712 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
H A DCGVTables.cpp264 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
267 // Since we didn't pass a GlobalDecl to StartFunction, do this ourselves.
H A DCGObjC.cpp489 StartFunction(OMD, OMD->getResultType(), Fn, FI, args, StartLoc);
2908 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
2988 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
H A DCGStmt.cpp1842 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getBody()->getLocStart());
H A DCodeGenFunction.h1129 void StartFunction(GlobalDecl GD,

Completed in 225 milliseconds