Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp238 bool IsUnprototyped) { in StartThunk() argument
247 if (IsUnprototyped) in StartThunk()
261 if (!IsUnprototyped) { in StartThunk()
294 bool IsUnprototyped) { in EmitCallAndReturnForThunk() argument
308 if (CurFnInfo->usesInAlloca() || CurFnInfo->isVariadic() || IsUnprototyped) { in EmitCallAndReturnForThunk()
310 if (IsUnprototyped) in EmitCallAndReturnForThunk()
449 bool IsUnprototyped) { in generateThunk() argument
450 StartThunk(Fn, GD, FnInfo, IsUnprototyped); in generateThunk()
457 if (IsUnprototyped) in generateThunk()
465 if (IsUnprototyped) in generateThunk()
[all …]
DCodeGenFunction.h2139 const CGFunctionInfo &FnInfo, bool IsUnprototyped);
2142 const ThunkInfo *Thunk, bool IsUnprototyped);
2153 bool IsUnprototyped);