Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isEHFuncletEntry

116   bool IsEHFuncletEntry = false;
368 bool isEHFuncletEntry() const { return IsEHFuncletEntry; }
371 void setIsEHFuncletEntry(bool V = true) { IsEHFuncletEntry = V; }