Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h444 unsigned getInAllocaIndirect() const { in getInAllocaIndirect() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp2752 if (ArgI.getInAllocaIndirect()) in EmitFunctionProlog()
4835 if (!ArgInfo.getInAllocaIndirect()) { in EmitCall()
4852 } else if (ArgInfo.getInAllocaIndirect()) { in EmitCall()