/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 20 NamePool::NamePool(NamePool::size_type pSize) in NamePool() function in mcld::NamePool 24 NamePool::~NamePool() { in ~NamePool() 34 ResolveInfo* NamePool::createSymbol(const llvm::StringRef& pName, in createSymbol() 56 void NamePool::insertSymbol(const llvm::StringRef& pName, in insertSymbol() 115 llvm::StringRef NamePool::insertString(const llvm::StringRef& pString) { in insertString() 121 void NamePool::reserve(NamePool::size_type pSize) { in reserve() 125 NamePool::size_type NamePool::capacity() const { in capacity() 130 ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) { in findInfo() 136 const ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) const { in findInfo() 142 LDSymbol* NamePool::findSymbol(const llvm::StringRef& pName) { in findSymbol() [all …]
|
D | ELFDynObjFileFormat.cpp | 20 LDFileFormat::NamePool, in initObjectFormat() 25 LDFileFormat::NamePool, in initObjectFormat() 35 LDFileFormat::NamePool, in initObjectFormat() 41 LDFileFormat::NamePool, in initObjectFormat() 88 LDFileFormat::NamePool, in initObjectFormat()
|
D | ELFExecFileFormat.cpp | 21 LDFileFormat::NamePool, in initObjectFormat() 26 LDFileFormat::NamePool, in initObjectFormat() 36 LDFileFormat::NamePool, in initObjectFormat() 42 LDFileFormat::NamePool, in initObjectFormat() 89 LDFileFormat::NamePool, in initObjectFormat()
|
D | ELFBinaryReader.cpp | 60 pInput, ".shstrtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1); in readBinary() 65 LDFileFormat::NamePool, in readBinary() 121 pInput, ".strtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1); in readBinary()
|
D | ELFFileFormat.cpp | 143 ".shstrtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x0, 0x1); in initStdSections() 148 LDFileFormat::NamePool, in initStdSections() 154 ".strtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x0, 0x1); in initStdSections()
|
D | SectionSymbolSet.cpp | 35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) { in add()
|
D | Android.bp | 49 "NamePool.cpp",
|
D | GarbageCollection.cpp | 206 NamePool::syminfo_iterator info_it, in getEntrySections() 241 NamePool::syminfo_iterator info_it, in getEntrySections()
|
D | ELFObjectReader.cpp | 258 case LDFileFormat::NamePool: in readSections()
|
D | ELFObjectWriter.cpp | 76 case LDFileFormat::NamePool: in writeSection()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | NamePool.h | 31 class NamePool { 44 explicit NamePool(size_type pSize = 3); 46 ~NamePool(); 127 DISALLOW_COPY_AND_ASSIGN(NamePool);
|
D | Resolver.h | 18 class NamePool; variable 60 virtual void resolveAgain(NamePool& pNamePool, in resolveAgain()
|
D | SectionSymbolSet.h | 19 class NamePool; variable 36 bool add(LDSection& pOutSect, NamePool& pNamePool);
|
D | LDFileFormat.h | 30 NamePool, enumerator
|
D | StaticResolver.h | 18 class NamePool; variable
|
/frameworks/compile/mclinker/unittests/ |
D | NamePoolTest.h | 15 class NamePool; variable 41 mcld::NamePool* m_pTestee;
|
D | NamePoolTest.cpp | 26 m_pTestee = new NamePool(resolver, 10); in NamePoolTest()
|
/frameworks/compile/mclinker/include/mcld/ |
D | Module.h | 152 const NamePool& getNamePool() const { return m_NamePool; } in getNamePool() 153 NamePool& getNamePool() { return m_NamePool; } in getNamePool() 172 NamePool m_NamePool;
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 348 case LDFileFormat::NamePool: in mergeSections() 481 NamePool::freeinfo_iterator free_it, in addSymbolsToOutput() 488 NamePool::syminfo_iterator info_it, in addSymbolsToOutput()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 82 return LDFileFormat::NamePool; in GetELFSectionKind()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1364 case LDFileFormat::NamePool: { in getSectionOrder() 2331 case LDFileFormat::NamePool: in placeOutputSections()
|