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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
   69   if (Type & MachO::N_PEXT)
lib/MC/MachObjectWriter.cpp
  373     Type |= MachO::N_PEXT;
lib/Object/MachOObjectFile.cpp
 1862     if (!(MachOType & MachO::N_PEXT))
tools/dsymutil/MachODebugMapParser.cpp
  267     if (Type & MachO::N_PEXT)
  554     bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  395           sout.scope = (sin->n_type & (N_PEXT|N_EXT));
  427           sout.scope = (sin->n_type & (N_PEXT|N_EXT));
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1001         scope = N_PEXT | N_EXT;
 1007     scope = N_PEXT;
 1017         scope = N_PEXT;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  217   case N_PEXT:
  218   case N_PEXT | N_EXT:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  277     io.bitSetCase(value, "N_PEXT",  llvm::MachO::N_PEXT);
tools/lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp
   64   bazSymbol.scope = N_EXT | N_PEXT;
tools/llvm-nm/llvm-nm.cpp
  373       NType |= MachO::N_PEXT;
  537     if (NType & MachO::N_PEXT) {
  554     if (NType & MachO::N_PEXT)
tools/llvm-objcopy/MachO/Object.h
   97     return n_type & ((MachO::N_EXT | MachO::N_PEXT));
tools/llvm-readobj/MachODumper.cpp
  645     if (MOSymbol.Type & MachO::N_PEXT)