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

References

tools/lld/include/lld/Core/Simple.h
  205     auto node = new (_file.allocator())
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
 1425     _name = tmp.copy(file.allocator());
 1470     _name = tmp.copy(file.allocator());
 1512     return new (file.allocator()) Thumb2ToArmShimAtom(file, targetName, target);
 1514     return new (file.allocator()) ArmToThumbShimAtom(file, targetName, target);
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  347     auto *unwind = new (_file.allocator())
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
  110       _definedAtoms.push_back(new (allocator()) MachODefinedAtom(
  117       _definedAtoms.push_back(new (allocator()) MachODefinedAtom(
tools/lld/lib/ReaderWriter/MachO/File.h
   49       name = name.copy(allocator());
   50       content = content.copy(allocator());
   56         new (allocator()) MachODefinedAtom(*this, name, scope, type, merge,
   71       name = name.copy(allocator());
   72       content = content.copy(allocator());
   73       sectionName = sectionName.copy(allocator());
   79         new (allocator()) MachODefinedCustomSectionAtom(*this, name, scope, type,
   92       name = name.copy(allocator());
  111         new (allocator()) MachODefinedAtom(*this, name, scope, type, size,
  119       name = name.copy(allocator());
  121     auto *atom = new (allocator()) SimpleUndefinedAtom(*this, name);
  130       name = name.copy(allocator());
  133         new (allocator()) MachOTentativeDefAtom(*this, name, scope, size, align);
  303       name = name.copy(allocator());
  355       auto *atom = new (allocator()) MachOSharedLibraryAtom(*this, name,
tools/lld/lib/ReaderWriter/MachO/FlatNamespaceFile.h
   30     return new (allocator()) MachOSharedLibraryAtom(*this, name, getDSOName(),
tools/lld/lib/ReaderWriter/MachO/GOTPass.cpp
  159       auto *gotEntry = new (_file.allocator())
tools/lld/lib/ReaderWriter/MachO/ObjCPass.cpp
  115     return new (_file.allocator()) ObjCImageInfoAtom(_file, IsBig,
tools/lld/lib/ReaderWriter/MachO/SectCreateFile.h
   68       new (allocator()) SectCreateAtom(*this, seg, sect, std::move(content)));
tools/lld/lib/ReaderWriter/MachO/StubsPass.cpp
  251         new (_file.allocator()) StubHelperCommonAtom(_file, _stubInfo);
  253         new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
  256         new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(),
  293       auto *stub = new (_file.allocator()) StubAtom(_file, _stubInfo);
  295           new (_file.allocator()) LazyPointerAtom(_file, _ctx.is64Bit());
  296       auto *helper = new (_file.allocator()) StubHelperAtom(_file, _stubInfo);
tools/lld/lib/ReaderWriter/MachO/TLVPass.cpp
  118     auto *tlvpEntry = new (_file.allocator())
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  729       keys(io, file, &info->_file->allocator());
  794         io, ref, &info->_file->allocator());
  915       auto node = new (file().allocator()) SimpleReference(ns, arch, kindValue,
  944         io, atom, &info->_file->allocator());
 1043         io, atom, &info->_file->allocator());
 1119     keys(io, atom, &info->_file->allocator());
 1188         io, atom, &info->_file->allocator());