Home
last modified time | relevance | path

Searched defs:SpecificAllocBase (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/include/lld/Common/
DMemory.h38 struct SpecificAllocBase { struct
39 SpecificAllocBase() { instances.push_back(this); } in SpecificAllocBase() function
42 static std::vector<SpecificAllocBase *> instances; argument