Searched defs:MemoryAreaFactory (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryAreaFactory.h1 //===- MemoryAreaFactory.h ------------------------------------------------===//
24 /** \class MemoryAreaFactory
25 * \brief MemoryAreaFactory avoids creating duplicated MemoryAreas of the
31 * MemoryAreaFactory and get the unique MemoryArea.
37 * file operations, MemoryAreaFactory actually open the file untill the first
42 class MemoryAreaFactory : public GCFactory<MemoryArea, 0> class in namespace:mcld
45 explicit MemoryAreaFactory(size_t pNum);
47 virtual ~MemoryAreaFactory();
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp1 //===- MemoryAreaFactory.cpp ----------------------------------------------===//
9 #include <mcld/Support/MemoryAreaFactory.h>
18 // MemoryAreaFactory
19 MemoryAreaFactory::MemoryAreaFactory(size_t pNum) function in class:MemoryAreaFactory
27 MemoryAreaFactory::~MemoryAreaFactory()
41 MemoryAreaFactory::produce(const sys::fs::Path& pPath,
64 MemoryAreaFactory::produce(const sys::fs::Path& pPath,
87 void MemoryAreaFactory
[all...]

Completed in 45 milliseconds