Searched refs:NamePool (Results 1 - 22 of 22) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.h16 class NamePool;
26 * \see NamePool
44 mcld::NamePool* m_pTestee;
H A DNamePoolTest.cpp10 #include <mcld/LD/NamePool.h>
28 m_pTestee = new NamePool(resolver, 10);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp1 //===- NamePool.cpp -------------------------------------------------------===//
10 #include <mcld/LD/NamePool.h>
16 // NamePool
18 NamePool::NamePool(NamePool::size_type pSize) function in class:NamePool
22 NamePool::~NamePool()
33 ResolveInfo* NamePool::createSymbol(const llvm::StringRef& pName,
56 void NamePool
[all...]
H A DELFDynObjFileFormat.cpp21 LDFileFormat::NamePool,
26 LDFileFormat::NamePool,
36 LDFileFormat::NamePool,
41 LDFileFormat::NamePool,
86 LDFileFormat::NamePool,
H A DELFExecFileFormat.cpp22 LDFileFormat::NamePool,
27 LDFileFormat::NamePool,
37 LDFileFormat::NamePool,
42 LDFileFormat::NamePool,
87 LDFileFormat::NamePool,
H A DELFBinaryReader.cpp68 LDFileFormat::NamePool,
75 LDFileFormat::NamePool,
131 LDFileFormat::NamePool,
H A DSectionSymbolSet.cpp16 #include <mcld/LD/NamePool.h>
37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool)
H A DELFFileFormat.cpp147 LDFileFormat::NamePool,
155 LDFileFormat::NamePool,
161 LDFileFormat::NamePool,
H A DAndroid.mk34 NamePool.cpp \
H A DGarbageCollection.cpp225 NamePool::syminfo_iterator info_it,
253 NamePool::syminfo_iterator info_it,
H A DELFObjectReader.cpp261 case LDFileFormat::NamePool:
H A DELFObjectWriter.cpp78 case LDFileFormat::NamePool:
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h19 class NamePool;
65 virtual void resolveAgain(NamePool& pNamePool,
H A DSectionSymbolSet.h20 class NamePool;
38 bool add(LDSection& pOutSect, NamePool& pNamePool);
H A DNamePool.h1 //===- NamePool.h ---------------------------------------------------------===//
30 /** \class NamePool
33 * - MCLinker is responsed for creating NamePool.
35 class NamePool : private Uncopyable class in namespace:mcld
49 explicit NamePool(size_type pSize = 3);
51 ~NamePool();
H A DLDFileFormat.h31 NamePool, enumerator in enum:mcld::LDFileFormat::Kind
H A DStaticResolver.h18 class NamePool;
/frameworks/compile/mclinker/include/mcld/
H A DModule.h17 #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/
H A DModule.cpp13 #include <mcld/LD/NamePool.h>
H A DIRBuilder.cpp77 return LDFileFormat::NamePool;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp315 case LDFileFormat::NamePool:
438 NamePool::freeinfo_iterator free_it,
446 NamePool::syminfo_iterator info_it,
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1418 case LDFileFormat::NamePool: {
2428 case LDFileFormat::NamePool:

Completed in 620 milliseconds