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

Lines Matching defs:bsd

54 enum OutputFormatTy { bsd, sysv, posix, darwin };
57 cl::values(clEnumVal(bsd, "BSD format"), clEnumVal(sysv, "System V format"),
60 cl::init(bsd));
88 cl::opt<bool> BSDFormat("B", cl::desc("Alias for --format=bsd"),
619 } else if (OutputFormat == bsd && MultipleFiles && printName) {
708 // OutputFormat bsd (see below).
719 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) {
1384 OutputFormat = bsd;