HomeSort by relevance Sort by last modified time
    Searched defs:MemoryAreaFactory (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 1 //===- MemoryAreaFactory.cpp ----------------------------------------------===//
9 #include <mcld/Support/MemoryAreaFactory.h>
16 // MemoryAreaFactory
18 MemoryAreaFactory::MemoryAreaFactory(size_t pNum)
22 MemoryAreaFactory::~MemoryAreaFactory()
26 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath,
40 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath,
55 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h 1 //===- MemoryAreaFactory.h ------------------------------------------------===//
20 /** \class MemoryAreaFactory
21 * \brief MemoryAreaFactory avoids creating duplicated MemoryAreas of the
27 * MemoryAreaFactory and get the unique MemoryArea.
33 * file operations, MemoryAreaFactory actually open the file untill the first
38 class MemoryAreaFactory : public GCFactory<MemoryArea, 0>
41 explicit MemoryAreaFactory(size_t pNum);
43 virtual ~MemoryAreaFactory();

Completed in 668 milliseconds