Searched defs:LSDACallSite (Results 1 – 1 of 1) sorted by relevance
126 struct LSDACallSite { struct127 LabelPair csStart;128 LabelPair csLength;129 LabelPair csLandingPad;130 uint32 csAction;133 …d Init(const LabelPair &start, const LabelPair &length, const LabelPair &landingPad, uint32 action) in Init()