Searched refs:getCallOrPrologue (Results 1 – 4 of 4) sorted by relevance
314 ParmContext getCallOrPrologue() { return CallOrPrologue; } in getCallOrPrologue() function
496 ParmContext getCallOrPrologue() const { return CallOrPrologue; } in getCallOrPrologue() function
1563 assert((State->getCallOrPrologue() == Prologue || in HandleByVal()1564 State->getCallOrPrologue() == Call) && in HandleByVal()1573 if (State->getCallOrPrologue() == Call) { in HandleByVal()
1986 assert((State->getCallOrPrologue() == Prologue || in HandleByVal()1987 State->getCallOrPrologue() == Call) && in HandleByVal()