Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DNamePool.cpp18 NamePool::NamePool(NamePool::size_type pSize) in NamePool() function in NamePool
22 NamePool::~NamePool() in ~NamePool()
33 ResolveInfo* NamePool::createSymbol(const llvm::StringRef& pName, in createSymbol()
56 void NamePool::insertSymbol(const llvm::StringRef& pName, in insertSymbol()
119 llvm::StringRef NamePool::insertString(const llvm::StringRef& pString) in insertString()
126 void NamePool::reserve(NamePool::size_type pSize) in reserve()
131 NamePool::size_type NamePool::capacity() const in capacity()
137 ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) in findInfo()
144 const ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) const in findInfo()
151 LDSymbol* NamePool::findSymbol(const llvm::StringRef& pName) in findSymbol()
[all …]
DELFDynObjFileFormat.cpp21 LDFileFormat::NamePool, in initObjectFormat()
26 LDFileFormat::NamePool, in initObjectFormat()
36 LDFileFormat::NamePool, in initObjectFormat()
41 LDFileFormat::NamePool, in initObjectFormat()
86 LDFileFormat::NamePool, in initObjectFormat()
DELFExecFileFormat.cpp22 LDFileFormat::NamePool, in initObjectFormat()
27 LDFileFormat::NamePool, in initObjectFormat()
37 LDFileFormat::NamePool, in initObjectFormat()
42 LDFileFormat::NamePool, in initObjectFormat()
87 LDFileFormat::NamePool, in initObjectFormat()
DELFBinaryReader.cpp68 LDFileFormat::NamePool, in readBinary()
75 LDFileFormat::NamePool, in readBinary()
131 LDFileFormat::NamePool, in readBinary()
DELFFileFormat.cpp147 LDFileFormat::NamePool, in initStdSections()
155 LDFileFormat::NamePool, in initStdSections()
161 LDFileFormat::NamePool, in initStdSections()
DSectionSymbolSet.cpp37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) in add()
DAndroid.mk34 NamePool.cpp \
DGarbageCollection.cpp225 NamePool::syminfo_iterator info_it, in getEntrySections()
253 NamePool::syminfo_iterator info_it, in getEntrySections()
DELFObjectReader.cpp261 case LDFileFormat::NamePool: in readSections()
DELFObjectWriter.cpp78 case LDFileFormat::NamePool: in writeSection()
/frameworks/compile/mclinker/unittests/
DNamePoolTest.h16 class NamePool; variable
44 mcld::NamePool* m_pTestee;
DNamePoolTest.cpp28 m_pTestee = new NamePool(resolver, 10); in NamePoolTest()
/frameworks/compile/mclinker/include/mcld/LD/
DResolver.h19 class NamePool; variable
65 virtual void resolveAgain(NamePool& pNamePool, in resolveAgain()
DNamePool.h35 class NamePool : private Uncopyable
49 explicit NamePool(size_type pSize = 3);
51 ~NamePool();
DSectionSymbolSet.h20 class NamePool; variable
38 bool add(LDSection& pOutSect, NamePool& pNamePool);
DLDFileFormat.h31 NamePool, enumerator
DStaticResolver.h18 class NamePool; variable
/frameworks/compile/mclinker/include/mcld/
DModule.h151 const NamePool& getNamePool() const { return m_NamePool; } in getNamePool()
152 NamePool& getNamePool() { return m_NamePool; } in getNamePool()
171 NamePool m_NamePool;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp315 case LDFileFormat::NamePool: in mergeSections()
438 NamePool::freeinfo_iterator free_it, in addSymbolsToOutput()
446 NamePool::syminfo_iterator info_it, in addSymbolsToOutput()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp77 return LDFileFormat::NamePool; in GetELFSectionKind()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1418 case LDFileFormat::NamePool: { in getSectionOrder()
2428 case LDFileFormat::NamePool: in placeOutputSections()