Searched defs:X64CallConvImpl (Results 1 – 2 of 2) sorted by relevance
129 X64CallConvImpl(BECommon &be) : beCommon(be) in X64CallConvImpl() function133 X64CallConvImpl(BECommon &be, CallConvKind convKind) : beCommon(be), convKind(convKind) {} in X64CallConvImpl() function
23 class X64CallConvImpl; variable