Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp242 bool IsUnprototyped) { in StartThunk() argument
251 if (IsUnprototyped) in StartThunk()
265 if (!IsUnprototyped) { in StartThunk()
314 if (IsUnprototyped) in EmitCallAndReturnForThunk()
452 bool IsUnprototyped) { in generateThunk() argument
453 StartThunk(Fn, GD, FnInfo, IsUnprototyped); in generateThunk()
460 if (IsUnprototyped) in generateThunk()
468 if (IsUnprototyped) in generateThunk()
473 &Thunk, IsUnprototyped); in generateThunk()
567 if (IsUnprototyped) in maybeEmitThunk()
[all …]
H A DCodeGenFunction.h2241 const CGFunctionInfo &FnInfo, bool IsUnprototyped);
2244 const ThunkInfo *Thunk, bool IsUnprototyped);
2255 bool IsUnprototyped);