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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  235     if (Type & MachO::N_STAB)
lib/Object/MachOObjectFile.cpp
 1707     if ((NType & MachO::N_STAB) == 0) {
 1821   if (n_type & MachO::N_STAB)
 1850   if (MachOType & MachO::N_STAB)
tools/dsymutil/MachODebugMapParser.cpp
  264   if (Type & MachO::N_STAB)
  402   if (!(Type & MachO::N_STAB))
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  394           sout.type = static_cast<NListType>(sin->n_type & (N_STAB|N_TYPE));
  399           if (sin->n_type & N_STAB)
  435           else if (sin->n_type & N_STAB)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 3678       const bool is_debug = ((nlist.n_type & N_STAB) != 0);
tools/llvm-nm/llvm-nm.cpp
 1006   if (NType & MachO::N_STAB)
tools/llvm-readobj/MachODumper.cpp
  642   if (MOSymbol.Type & MachO::N_STAB) {