Home
last modified time | relevance | path

Searched refs:usesInAlloca (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h744 bool usesInAlloca() const { return ArgStruct; } in usesInAlloca() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp325 if (CurFnInfo->usesInAlloca() || CurFnInfo->isVariadic() || IsUnprototyped) { in EmitCallAndReturnForThunk()
H A DCGClass.cpp2187 if (Info.usesInAlloca()) in canEmitDelegateCallArgs()
H A DCGCall.cpp1548 if (FI.usesInAlloca()) in construct()