Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h725 bool usesInAlloca() const { return ArgStruct; } in usesInAlloca() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp312 if (CurFnInfo->usesInAlloca() || CurFnInfo->isVariadic() || IsUnprototyped) { in EmitCallAndReturnForThunk()
H A DCGClass.cpp2146 if (Info.usesInAlloca()) in canEmitDelegateCallArgs()
H A DCGCall.cpp1560 if (FI.usesInAlloca()) in construct()