| llvm-size.cpp | 38 enum OutputFormatTy { berkeley, sysv, darwin }; enumerator in enum:OutputFormatTy 42 clEnumVal(berkeley, "Berkeley format"), 44 cl::init(berkeley), cl::cat(SizeCat)); 49 clEnumValN(berkeley, "B", "Berkeley format"), 51 cl::init(berkeley), cl::cat(SizeCat)); 69 "Berkeley format, this is added to bss."), 94 cl::desc("Print totals of all objects - Berkeley format only"), 290 /// This is when used when @c OutputFormat is berkeley with a Mach-O file an [all...] |