Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h329 void allocateArgumentMemory(CodeGenFunction &CGF);
H A DCGCall.cpp4328 void CallArgList::allocateArgumentMemory(CodeGenFunction &CGF) { in allocateArgumentMemory() function in CallArgList
4527 Args.allocateArgumentMemory(*this); in EmitCallArgs()