Home
last modified time | relevance | path

Searched refs:IsUnprototyped (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp250 bool IsUnprototyped) { in StartThunk() argument
259 if (IsUnprototyped) in StartThunk()
273 if (!IsUnprototyped) { in StartThunk()
306 bool IsUnprototyped) { in EmitCallAndReturnForThunk() argument
325 if (CurFnInfo->usesInAlloca() || CurFnInfo->isVariadic() || IsUnprototyped) { in EmitCallAndReturnForThunk()
327 if (IsUnprototyped) in EmitCallAndReturnForThunk()
465 bool IsUnprototyped) { in generateThunk() argument
466 StartThunk(Fn, GD, FnInfo, IsUnprototyped); in generateThunk()
473 if (IsUnprototyped) in generateThunk()
482 &Thunk, IsUnprototyped); in generateThunk()
[all …]
H A DCodeGenFunction.h2407 const CGFunctionInfo &FnInfo, bool IsUnprototyped);
2410 const ThunkInfo *Thunk, bool IsUnprototyped);
2421 bool IsUnprototyped);