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

  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 1 //===- NamePool.cpp -------------------------------------------------------===//
10 #include <mcld/LD/NamePool.h>
16 // NamePool
18 NamePool::NamePool(NamePool::size_type pSize)
22 NamePool::~NamePool()
33 ResolveInfo* NamePool::createSymbol(const llvm::StringRef& pName,
56 void NamePool::insertSymbol(const llvm::StringRef& pName
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 1 //===- NamePool.h ---------------------------------------------------------===//
30 /** \class NamePool
33 * - MCLinker is responsed for creating NamePool.
35 class NamePool : private Uncopyable
49 explicit NamePool(size_type pSize = 3);
51 ~NamePool();
LDFileFormat.h 31 NamePool,

Completed in 578 milliseconds