Home
last modified time | relevance | path

Searched refs:StrSymPool (Results 1 – 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStrSymPool.cpp18 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 …]
DOutputSymbolTable.cpp17 OutputSymbolTable::OutputSymbolTable(StrSymPool &pStrSymPool, in OutputSymbolTable()
DSymbolTableFactory.cpp17 StrSymPool& pStrSymPool) in SymbolTableFactory()
DInputSymbolTable.cpp17 InputSymbolTable::InputSymbolTable(StrSymPool &pStrSymPool, in InputSymbolTable()
DAndroid.mk31 StrSymPool.cpp
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDInfo.h104 void setNamePool(StrSymPool& pPool) in setNamePool()
107 StrSymPool& getStrSymPool() { in getStrSymPool()
112 const StrSymPool& getStrSymPool() const { in getStrSymPool()
132 StrSymPool* m_pStrSymPool;
DMCLinker.h267 StrSymPool m_StrSymPool;
/frameworks/compile/mclinker/include/mcld/LD/
DSymbolTableFactory.h21 class StrSymPool; variable
41 StrSymPool& pStrSymPool);
64 StrSymPool &m_StrSymPool;
DStrSymPool.h41 class StrSymPool : private Uncopyable
48 StrSymPool(const Resolver& pResolver, size_type pSize = 3);
49 ~StrSymPool();
DResolver.h21 class StrSymPool; variable
71 virtual void resolveAgain(StrSymPool& pStrSymPool, in resolveAgain()
DOutputSymbolTable.h32 OutputSymbolTable(StrSymPool &pStrSymPool,
DInputSymbolTable.h32 InputSymbolTable(StrSymPool &pStrSymPool,
DStaticResolver.h21 class StrSymPool; variable
/frameworks/compile/mclinker/unittests/
DStrSymPoolTest.h16 class StrSymPool; variable
44 mcld::StrSymPool* m_pTestee;
DStringTableTest.cpp22 StrSymPool* Pool = new StrSymPool(1, 1, *R); in StringTableTest()
DStrSymPoolTest.cpp23 m_pTestee = new StrSymPool(1, 1, resolver); in StrSymPoolTest()