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

References

tools/lld/lib/ReaderWriter/MachO/StubsPass.cpp
  211       : _ctx(context), _archHandler(_ctx.archHandler()),
  213         _file(*_ctx.make_file<MachOFile>("<mach-o Stubs pass>")) {
  214     _file.setOrdinal(_ctx.getNextOrdinalAndIncrement());
  253         new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
  256         new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
  295           new (_file.allocator()) LazyPointerAtom(_file, _ctx.is64Bit());