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

References

tools/lld/lib/ReaderWriter/MachO/StubsPass.cpp
  214     _file.setOrdinal(_ctx.getNextOrdinalAndIncrement());
  251         new (_file.allocator()) StubHelperCommonAtom(_file, _stubInfo);
  251         new (_file.allocator()) StubHelperCommonAtom(_file, _stubInfo);
  253         new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
  253         new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
  256         new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
  256         new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
  293       auto *stub = new (_file.allocator()) StubAtom(_file, _stubInfo);
  293       auto *stub = new (_file.allocator()) StubAtom(_file, _stubInfo);
  295           new (_file.allocator()) LazyPointerAtom(_file, _ctx.is64Bit());
  295           new (_file.allocator()) LazyPointerAtom(_file, _ctx.is64Bit());
  296       auto *helper = new (_file.allocator()) StubHelperAtom(_file, _stubInfo);
  296       auto *helper = new (_file.allocator()) StubHelperAtom(_file, _stubInfo);