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

References

tools/dsymutil/DebugMap.cpp
  270   dsymutil::DebugMapObject Res(Path, sys::toTimePoint(Timestamp), MachO::N_OSO);
tools/dsymutil/DebugMap.h
  113                     uint8_t Type = llvm::MachO::N_OSO);
tools/dsymutil/DwarfLinker.cpp
 2251       Path, sys::TimePoint<std::chrono::seconds>(), MachO::N_OSO);
tools/dsymutil/MachODebugMapParser.cpp
  178       &Result->addDebugMapObject(Path, Timestamp, MachO::N_OSO);
  223     {MachO::N_OSO, "N_OSO"},      {MachO::N_LSYM, "N_LSYM"},
  408   if (Type == MachO::N_OSO)
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  905       _stabs.push_back(mach_o::Stab(nullptr, N_OSO, _ctx.getCPUSubType(), 1,
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  753       case N_OSO:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 3934         case N_OSO:
tools/llvm-nm/llvm-nm.cpp
  634     {MachO::N_OSO, "OSO"},