Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Clauses

943   SmallVector<ClrClause, 8> Clauses;
1012 // Walk the state changes in this function/funclet and compute its clauses.
1025 Clauses.push_back({CurrentStartLabel, StateChange.PreviousEndLabel,
1056 // Now emit the clause info, starting with the number of clauses.
1057 OS.EmitIntValue(Clauses.size(), 4);
1058 for (ClrClause &Clause : Clauses) {
1070 DWORD ClassToken; // use for catch clauses
1071 DWORD FilterOffset; // use for filter clauses
1099 // for all clauses are disjoint. Note that we'll need some additional
1103 // two belong to different clauses, we'll need to insert a nop between