Home
last modified time | relevance | path

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

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