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

References

tools/llvm-nm/llvm-nm.cpp
  799       if (Optional<std::string> Opt = demangle(S.Name, MachO))
  816          (UndefinedOnly && MachO && OutputFormat != darwin)) &&
  840       else if (MachO && S.TypeChar == 'I')
  853     if ((OutputFormat == darwin || FormatMachOasHex) && (MachO || Obj.isIR())) {
  858              << (MachO ? "0" : SymbolSizeStr) << "\n";
  859     } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) {
  865       if (S.TypeChar == '-' && MachO)
  866         darwinPrintStab(MachO, S);
  868       if (S.TypeChar == 'I' && MachO) {
  872           if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))