Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h722 bool usesInAlloca() const { return ArgStruct; } in usesInAlloca() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp308 if (CurFnInfo->usesInAlloca() || CurFnInfo->isVariadic() || IsUnprototyped) { in EmitCallAndReturnForThunk()
DCGClass.cpp2118 if (Info.usesInAlloca()) in canEmitDelegateCallArgs()
DCGCall.cpp1538 if (FI.usesInAlloca()) in construct()