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

Derived Classes

tools/lld/include/lld/Common/Memory.h
   45 template <class T> struct SpecificAlloc : public SpecificAllocBase {

References

tools/lld/Common/Memory.cpp
   16 std::vector<SpecificAllocBase *> lld::SpecificAllocBase::instances;
   19   for (SpecificAllocBase *alloc : SpecificAllocBase::instances)
   19   for (SpecificAllocBase *alloc : SpecificAllocBase::instances)
tools/lld/include/lld/Common/Memory.h
   42   static std::vector<SpecificAllocBase *> instances;
   45 template <class T> struct SpecificAlloc : public SpecificAllocBase {