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

/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.h15 class NamePool;
24 * \see NamePool
41 mcld::NamePool* m_pTestee;
H A DNamePoolTest.cpp10 #include "mcld/LD/NamePool.h"
26 m_pTestee = new NamePool(resolver, 10);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp1 //===- NamePool.cpp -------------------------------------------------------===//
9 #include "mcld/LD/NamePool.h"
18 // NamePool
20 NamePool::NamePool(NamePool::size_type pSize) function in class:mcld::NamePool
24 NamePool::~NamePool() {
34 ResolveInfo* NamePool::createSymbol(const llvm::StringRef& pName,
56 void NamePool
[all...]
H A DELFDynObjFileFormat.cpp20 LDFileFormat::NamePool,
25 LDFileFormat::NamePool,
35 LDFileFormat::NamePool,
41 LDFileFormat::NamePool,
88 LDFileFormat::NamePool,
H A DELFExecFileFormat.cpp21 LDFileFormat::NamePool,
26 LDFileFormat::NamePool,
36 LDFileFormat::NamePool,
42 LDFileFormat::NamePool,
89 LDFileFormat::NamePool,
H A DELFBinaryReader.cpp60 pInput, ".shstrtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1);
65 LDFileFormat::NamePool,
121 pInput, ".strtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1);
H A DSectionSymbolSet.cpp16 #include "mcld/LD/NamePool.h"
35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) {
H A DELFFileFormat.cpp143 ".shstrtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x0, 0x1);
148 LDFileFormat::NamePool,
154 ".strtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x0, 0x1);
H A DAndroid.mk37 NamePool.cpp \
H A DGarbageCollection.cpp206 NamePool::syminfo_iterator info_it,
241 NamePool::syminfo_iterator info_it,
H A DELFObjectReader.cpp258 case LDFileFormat::NamePool:
H A DELFObjectWriter.cpp76 case LDFileFormat::NamePool:
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h18 class NamePool;
60 virtual void resolveAgain(NamePool& pNamePool,
H A DSectionSymbolSet.h19 class NamePool;
36 bool add(LDSection& pOutSect, NamePool& pNamePool);
H A DNamePool.h1 //===- NamePool.h ---------------------------------------------------------===//
26 /** \class NamePool
29 * - MCLinker is responsed for creating NamePool.
31 class NamePool { class in namespace:mcld
44 explicit NamePool(size_type pSize = 3);
46 ~NamePool();
127 DISALLOW_COPY_AND_ASSIGN(NamePool);
H A DLDFileFormat.h30 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"
152 const NamePool& getNamePool() const { return m_NamePool; }
153 NamePool& getNamePool() { return m_NamePool; }
172 NamePool m_NamePool;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp348 case LDFileFormat::NamePool:
481 NamePool::freeinfo_iterator free_it,
488 NamePool::syminfo_iterator info_it,
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp82 return LDFileFormat::NamePool;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1364 case LDFileFormat::NamePool: {
2331 case LDFileFormat::NamePool:

Completed in 2676 milliseconds