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

  /frameworks/compile/mclinker/include/mcld/LD/
StrSymPool.h 1 //===- StrSymPool.h -------------------------------------------------------===//
36 /** \class StrSymPool
39 * - MCLinker is responsed for creating StrSymPool.
41 class StrSymPool : private Uncopyable
48 StrSymPool(const Resolver& pResolver, size_type pSize = 3);
49 ~StrSymPool();
  /frameworks/compile/mclinker/lib/LD/
StrSymPool.cpp 1 //===- StrSymPool.cpp -----------------------------------------------------===//
10 #include "mcld/LD/StrSymPool.h"
17 // StrSymPool
18 StrSymPool::StrSymPool(const Resolver& pResolver, StrSymPool::size_type pSize)
22 StrSymPool::~StrSymPool()
29 ResolveInfo* StrSymPool::createSymbol(const llvm::StringRef& pName,
51 void StrSymPool::insertSymbol(const llvm::StringRef& pName
    [all...]

Completed in 59 milliseconds