reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-nm/llvm-nm.cpp
   59                         cl::aliasopt(OutputFormat));
  732     if (OutputFormat == posix && MultipleFiles && printName) {
  734     } else if (OutputFormat == bsd && MultipleFiles && printName) {
  736     } else if (OutputFormat == sysv) {
  753       printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
  756       printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
  759       printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
  766       printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
  769       printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64;
  772       printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64;
  779     if (OutputFormat == posix && !ArchiveName.empty())
  816          (UndefinedOnly && MachO && OutputFormat != darwin)) &&
  817         OutputFormat != posix) {
  825     if (OutputFormat == sysv || !symbolIsDefined(S)) {
  826       if (OutputFormat == posix) {
  853     if ((OutputFormat == darwin || FormatMachOasHex) && (MachO || Obj.isIR())) {
  856     } else if (OutputFormat == posix) {
  859     } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) {
  859     } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) {
  880     } else if (OutputFormat == sysv) {
 2094     OutputFormat = bsd;
 2096     OutputFormat = posix;
 2098     OutputFormat = darwin;
 2105   if (OutputFormat == sysv || SizeSort)