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

References

tools/lld/lib/ReaderWriter/MachO/TLVPass.cpp
   97     std::vector<const TLVPEntryAtom*> entries;
  106     for (const TLVPEntryAtom *slot : entries)
  118     auto *tlvpEntry = new (_file.allocator())
  119       TLVPEntryAtom(_file, _ctx.is64Bit(), target->name());
  131   llvm::DenseMap<const Atom*, const TLVPEntryAtom*> _targetToTLVP;