Home | History | Annotate | Download | only in Target

Lines Matching refs:supportJumpTables

746   /// supportJumpTables - return whether the target can generate code for
748 bool supportJumpTables() const {
749 return SupportJumpTables;
894 SupportJumpTables = Val;
1316 /// SupportJumpTables - Whether the target can generate code for jumptables.
1318 bool SupportJumpTables;