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

Declarations

tools/lld/include/lld/Common/Memory.h
   42   static std::vector<SpecificAllocBase *> instances;

References

tools/lld/Common/Memory.cpp
   19   for (SpecificAllocBase *alloc : SpecificAllocBase::instances)
tools/lld/include/lld/Common/Memory.h
   39   SpecificAllocBase() { instances.push_back(this); }