Searched refs:allocateArgumentMemory (Results 1 – 2 of 2) sorted by relevance
330 void allocateArgumentMemory(CodeGenFunction &CGF);
4046 void CallArgList::allocateArgumentMemory(CodeGenFunction &CGF) { in allocateArgumentMemory() function in CallArgList4247 Args.allocateArgumentMemory(*this); in EmitCallArgs()