/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() 118 llvm::StringRef NamePool::insertString(const llvm::StringRef& pString) in insertString() 125 void NamePool::reserve(NamePool::size_type pSize) in reserve() 130 NamePool::size_type NamePool::capacity() const in capacity() 136 ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) in findInfo() 143 const ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) const in findInfo() 150 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 | 67 LDFileFormat::NamePool, in readBinary() 74 LDFileFormat::NamePool, in readBinary() 130 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 | 32 NamePool.cpp \
|
D | ELFObjectReader.cpp | 248 case LDFileFormat::NamePool: in readSections()
|
D | ELFReader.cpp | 457 if (LDFileFormat::NamePool == info->section->kind() || in readSectionHeaders() 1013 if (LDFileFormat::NamePool == info->section->kind() || in readSectionHeaders()
|
D | ELFObjectWriter.cpp | 77 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 | NamePool.h | 38 class NamePool : private Uncopyable 45 explicit NamePool(size_type pSize = 3); 47 ~NamePool();
|
D | Resolver.h | 21 class NamePool; variable 67 virtual void resolveAgain(NamePool& pNamePool, in resolveAgain()
|
D | SectionSymbolSet.h | 23 class NamePool; variable 41 bool add(LDSection& pOutSect, NamePool& pNamePool);
|
D | LDFileFormat.h | 33 NamePool, enumerator
|
D | StaticResolver.h | 21 class NamePool; variable
|
/frameworks/compile/mclinker/include/mcld/ |
D | Module.h | 161 const NamePool& getNamePool() const { return m_NamePool; } in getNamePool() 162 NamePool& getNamePool() { return m_NamePool; } in getNamePool() 181 NamePool m_NamePool;
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 71 case LDFileFormat::NamePool: in MergeSection()
|
D | ObjectLinker.cpp | 251 case LDFileFormat::NamePool: in mergeSections()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 69 return LDFileFormat::NamePool; in GetELFSectionKind()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1398 case LDFileFormat::NamePool: { in getSectionOrder() 2118 case LDFileFormat::NamePool: in layout()
|