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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  228       Type = NL32.n_type;
lib/Object/MachOObjectFile.cpp
 1701       NType = STE.n_type;
lib/ObjectYAML/MachOEmitter.cpp
  377   ListEntry.n_type = NLE.n_type;
tools/dsymutil/MachODebugMapParser.cpp
   83     handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
   99     dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
  553         MainBinary.getSymbolTableEntry(Sym.getRawDataRefImpl()).n_type;
tools/dsymutil/MachOUtils.cpp
  163   if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF)
  169         (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0');
  171   } else if (NList.n_type == MachO::N_SO) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  426           sout.type  = (NListType)(sin->n_type & N_TYPE);
  427           sout.scope = (sin->n_type & (N_PEXT|N_EXT));
  435           else if (sin->n_type & N_STAB)
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
 1063       nb->n_type = sym.type | sym.scope;
tools/llvm-nm/llvm-nm.cpp
  416         NType = STE.n_type;
  676     NType = STE.n_type;
 1004                                 : Obj.getSymbolTableEntry(Symb).n_type;
 1181   return (STE.n_type & MachO::N_TYPE) == MachO::N_SECT ? STE.n_sect : 0;
tools/llvm-objcopy/MachO/MachOReader.cpp
  182   SE.n_type = nlist.n_type;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  262   ListEntry.n_type = SE.n_type;
tools/llvm-readobj/MachODumper.cpp
  398     Symbol.Type         = Entry.n_type;
tools/obj2yaml/macho2yaml.cpp
  471   NL.n_type = nlist.n_type;