Home | History | Annotate | Download | only in mcld

Lines Matching refs:HashStyle

555     mcld::GeneralOptions::HashStyle style =
556 llvm::StringSwitch<mcld::GeneralOptions::HashStyle>(arg->getValue())
557 .Case("sysv", mcld::GeneralOptions::HashStyle::SystemV)
558 .Case("gnu", mcld::GeneralOptions::HashStyle::GNU)
559 .Case("both", mcld::GeneralOptions::HashStyle::Both)
560 .Default(mcld::GeneralOptions::HashStyle::Unknown);
561 if (style != mcld::GeneralOptions::HashStyle::Unknown) {