Searched defs:VirtualCall (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.h319 /// The "VirtualCall" argument is true iff the call itself is virtual.
322 Address This, bool VirtualCall) {
321 adjustThisArgumentForVirtualFunctionCall(CodeGenFunction &CGF, GlobalDecl GD, Address This, bool VirtualCall) argument
H A DMicrosoftCXXABI.cpp237 bool VirtualCall) override;
1298 bool VirtualCall) {
1299 if (!VirtualCall) {
1296 adjustThisArgumentForVirtualFunctionCall( CodeGenFunction &CGF, GlobalDecl GD, Address This, bool VirtualCall) argument

Completed in 62 milliseconds