Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h351 bool isUsingInAlloca() const { return StackBase; } in isUsingInAlloca() function
H A DCGCall.cpp4682 AggValueSlot Slot = args.isUsingInAlloca() in EmitCallArg()