Lines Matching refs:OutputFormat

101 static OutputFormatTy OutputFormat;  variable
624 if (OutputFormat == posix && !ArchiveName.empty()) in writeFileName()
735 if ((OutputFormat == bsd || OutputFormat == posix || in printSymbolList()
736 OutputFormat == just_symbols) && in printSymbolList()
739 } else if (OutputFormat == sysv) { in printSymbolList()
756 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in printSymbolList()
759 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in printSymbolList()
762 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in printSymbolList()
769 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in printSymbolList()
772 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in printSymbolList()
775 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in printSymbolList()
790 if ((OutputFormat == just_symbols || in printSymbolList()
791 (UndefinedOnly && MachO && OutputFormat != darwin)) && in printSymbolList()
792 OutputFormat != posix) { in printSymbolList()
800 if (OutputFormat == sysv || !symbolIsDefined(S)) { in printSymbolList()
801 if (OutputFormat == posix) { in printSymbolList()
828 if ((OutputFormat == darwin || FormatMachOasHex) && (MachO || Obj.isIR())) { in printSymbolList()
831 } else if (OutputFormat == posix) { in printSymbolList()
834 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) { in printSymbolList()
854 } else if (OutputFormat == sysv) { in printSymbolList()
2435 OutputFormat = bsd; in llvm_nm_main()
2437 OutputFormat = posix; in llvm_nm_main()
2439 OutputFormat = sysv; in llvm_nm_main()
2441 OutputFormat = darwin; in llvm_nm_main()
2443 OutputFormat = just_symbols; in llvm_nm_main()
2529 if (OutputFormat == sysv || SizeSort) in llvm_nm_main()