/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 18 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 …]
|
D | ELFDynObjFileFormat.cpp | 21 LDFileFormat::NamePool, in initObjectFormat() 26 LDFileFormat::NamePool, in initObjectFormat() 36 LDFileFormat::NamePool, in initObjectFormat() 41 LDFileFormat::NamePool, in initObjectFormat() 86 LDFileFormat::NamePool, in initObjectFormat()
|
D | ELFExecFileFormat.cpp | 22 LDFileFormat::NamePool, in initObjectFormat() 27 LDFileFormat::NamePool, in initObjectFormat() 37 LDFileFormat::NamePool, in initObjectFormat() 42 LDFileFormat::NamePool, in initObjectFormat() 87 LDFileFormat::NamePool, in initObjectFormat()
|
D | ELFBinaryReader.cpp | 68 LDFileFormat::NamePool, in readBinary() 75 LDFileFormat::NamePool, in readBinary() 131 LDFileFormat::NamePool, in readBinary()
|
D | ELFFileFormat.cpp | 147 LDFileFormat::NamePool, in initStdSections() 155 LDFileFormat::NamePool, in initStdSections() 161 LDFileFormat::NamePool, in initStdSections()
|
D | SectionSymbolSet.cpp | 37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) in add()
|
D | Android.mk | 34 NamePool.cpp \
|
D | GarbageCollection.cpp | 225 NamePool::syminfo_iterator info_it, in getEntrySections() 253 NamePool::syminfo_iterator info_it, in getEntrySections()
|
D | ELFObjectReader.cpp | 261 case LDFileFormat::NamePool: in readSections()
|
D | ELFObjectWriter.cpp | 78 case LDFileFormat::NamePool: in writeSection()
|
/frameworks/compile/mclinker/unittests/ |
D | NamePoolTest.h | 16 class NamePool; variable 44 mcld::NamePool* m_pTestee;
|
D | NamePoolTest.cpp | 28 m_pTestee = new NamePool(resolver, 10); in NamePoolTest()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Resolver.h | 19 class NamePool; variable 65 virtual void resolveAgain(NamePool& pNamePool, in resolveAgain()
|
D | NamePool.h | 35 class NamePool : private Uncopyable 49 explicit NamePool(size_type pSize = 3); 51 ~NamePool();
|
D | SectionSymbolSet.h | 20 class NamePool; variable 38 bool add(LDSection& pOutSect, NamePool& pNamePool);
|
D | LDFileFormat.h | 31 NamePool, enumerator
|
D | StaticResolver.h | 18 class NamePool; variable
|
/frameworks/compile/mclinker/include/mcld/ |
D | Module.h | 151 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/ |
D | ObjectLinker.cpp | 315 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/ |
D | IRBuilder.cpp | 77 return LDFileFormat::NamePool; in GetELFSectionKind()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1418 case LDFileFormat::NamePool: { in getSectionOrder() 2428 case LDFileFormat::NamePool: in placeOutputSections()
|