Home | History | Annotate | Download | only in llvm-nm

Lines Matching defs:sysv

53 enum OutputFormatTy { bsd, sysv, posix, darwin };
56 cl::values(clEnumVal(bsd, "BSD format"), clEnumVal(sysv, "System V format"),
562 } else if (OutputFormat == sysv) {
609 if (OutputFormat == sysv || I->TypeChar == 'U')
611 if (OutputFormat == sysv)
649 } else if (OutputFormat == sysv) {
1271 if (OutputFormat == sysv || SizeSort)