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

  /frameworks/compile/mclinker/unittests/
NamePoolTest.h 16 class NamePool;
26 * \see NamePool
44 mcld::NamePool* m_pTestee;
NamePoolTest.cpp 10 #include <mcld/LD/NamePool.h>
28 m_pTestee = new NamePool(resolver, 10);
  /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...]
ELFDynObjFileFormat.cpp 21 LDFileFormat::NamePool,
26 LDFileFormat::NamePool,
36 LDFileFormat::NamePool,
41 LDFileFormat::NamePool,
86 LDFileFormat::NamePool,
ELFExecFileFormat.cpp 22 LDFileFormat::NamePool,
27 LDFileFormat::NamePool,
37 LDFileFormat::NamePool,
42 LDFileFormat::NamePool,
87 LDFileFormat::NamePool,
ELFBinaryReader.cpp 68 LDFileFormat::NamePool,
75 LDFileFormat::NamePool,
131 LDFileFormat::NamePool,
SectionSymbolSet.cpp 16 #include <mcld/LD/NamePool.h>
37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool)
ELFFileFormat.cpp 147 LDFileFormat::NamePool,
155 LDFileFormat::NamePool,
161 LDFileFormat::NamePool,
Android.mk 34 NamePool.cpp \
GarbageCollection.cpp 225 NamePool::syminfo_iterator info_it,
253 NamePool::syminfo_iterator info_it,
ELFObjectReader.cpp 261 case LDFileFormat::NamePool:
ELFObjectWriter.cpp 78 case LDFileFormat::NamePool:
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 19 class NamePool;
65 virtual void resolveAgain(NamePool& pNamePool,
SectionSymbolSet.h 20 class NamePool;
38 bool add(LDSection& pOutSect, NamePool& pNamePool);
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,
StaticResolver.h 18 class NamePool;
  /frameworks/compile/mclinker/include/mcld/
Module.h 17 #include <mcld/LD/NamePool.h>
151 const NamePool& getNamePool() const { return m_NamePool; }
152 NamePool& getNamePool() { return m_NamePool; }
171 NamePool m_NamePool;
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 13 #include <mcld/LD/NamePool.h>
IRBuilder.cpp 77 return LDFileFormat::NamePool;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 315 case LDFileFormat::NamePool:
438 NamePool::freeinfo_iterator free_it,
446 NamePool::syminfo_iterator info_it,
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 880 milliseconds