Searched defs:bsd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp43 enum OutputFormatTy { bsd, sysv, posix }; enumerator in enum:__anon7141::OutputFormatTy
47 cl::values(clEnumVal(bsd, "BSD format"),
50 clEnumValEnd), cl::init(bsd));
71 cl::opt<bool> BSDFormat("B", cl::desc("Alias for --format=bsd"));
169 } else if (OutputFormat == bsd && MultipleFiles) {
202 } else if (OutputFormat == bsd) {
374 if (BSDFormat) OutputFormat = bsd;

Completed in 69 milliseconds