Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:FpABIKind

16   case FpABIKind::ANY:
18 case FpABIKind::SOFT:
20 case FpABIKind::XX:
22 case FpABIKind::S32:
24 case FpABIKind::S64:
34 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) {
36 case FpABIKind::XX:
38 case FpABIKind::S32:
40 case FpABIKind::S64:
48 if (FpABI == FpABIKind::XX)