Searched refs:StrSymPool (Results 1 – 16 of 16) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | StrSymPool.cpp | 18 StrSymPool::StrSymPool(const Resolver& pResolver, StrSymPool::size_type pSize) in StrSymPool() function in StrSymPool 22 StrSymPool::~StrSymPool() in ~StrSymPool() 29 ResolveInfo* StrSymPool::createSymbol(const llvm::StringRef& pName, in createSymbol() 51 void StrSymPool::insertSymbol(const llvm::StringRef& pName, in insertSymbol() 131 llvm::StringRef StrSymPool::insertString(const llvm::StringRef& pString) in insertString() 138 void StrSymPool::reserve(StrSymPool::size_type pSize) in reserve() 143 StrSymPool::size_type StrSymPool::capacity() const in capacity() 149 ResolveInfo* StrSymPool::findInfo(const llvm::StringRef& pName) in findInfo() 156 const ResolveInfo* StrSymPool::findInfo(const llvm::StringRef& pName) const in findInfo() 163 LDSymbol* StrSymPool::findSymbol(const llvm::StringRef& pName) in findSymbol() [all …]
|
D | OutputSymbolTable.cpp | 17 OutputSymbolTable::OutputSymbolTable(StrSymPool &pStrSymPool, in OutputSymbolTable()
|
D | SymbolTableFactory.cpp | 17 StrSymPool& pStrSymPool) in SymbolTableFactory()
|
D | InputSymbolTable.cpp | 17 InputSymbolTable::InputSymbolTable(StrSymPool &pStrSymPool, in InputSymbolTable()
|
D | Android.mk | 31 StrSymPool.cpp
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDInfo.h | 104 void setNamePool(StrSymPool& pPool) in setNamePool() 107 StrSymPool& getStrSymPool() { in getStrSymPool() 112 const StrSymPool& getStrSymPool() const { in getStrSymPool() 132 StrSymPool* m_pStrSymPool;
|
D | MCLinker.h | 267 StrSymPool m_StrSymPool;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | SymbolTableFactory.h | 21 class StrSymPool; variable 41 StrSymPool& pStrSymPool); 64 StrSymPool &m_StrSymPool;
|
D | StrSymPool.h | 41 class StrSymPool : private Uncopyable 48 StrSymPool(const Resolver& pResolver, size_type pSize = 3); 49 ~StrSymPool();
|
D | Resolver.h | 21 class StrSymPool; variable 71 virtual void resolveAgain(StrSymPool& pStrSymPool, in resolveAgain()
|
D | OutputSymbolTable.h | 32 OutputSymbolTable(StrSymPool &pStrSymPool,
|
D | InputSymbolTable.h | 32 InputSymbolTable(StrSymPool &pStrSymPool,
|
D | StaticResolver.h | 21 class StrSymPool; variable
|
/frameworks/compile/mclinker/unittests/ |
D | StrSymPoolTest.h | 16 class StrSymPool; variable 44 mcld::StrSymPool* m_pTestee;
|
D | StringTableTest.cpp | 22 StrSymPool* Pool = new StrSymPool(1, 1, *R); in StringTableTest()
|
D | StrSymPoolTest.cpp | 23 m_pTestee = new StrSymPool(1, 1, resolver); in StrSymPoolTest()
|