Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.h118 void allocateArgumentMemory(CodeGenFunction &CGF);
DCGCall.cpp3132 void CallArgList::allocateArgumentMemory(CodeGenFunction &CGF) { in allocateArgumentMemory() function in CallArgList
3203 Args.allocateArgumentMemory(*this); in EmitCallArgs()