Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DNamePool.cpp20 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 …]
DELFDynObjFileFormat.cpp20 LDFileFormat::NamePool, in initObjectFormat()
25 LDFileFormat::NamePool, in initObjectFormat()
35 LDFileFormat::NamePool, in initObjectFormat()
41 LDFileFormat::NamePool, in initObjectFormat()
88 LDFileFormat::NamePool, in initObjectFormat()
DELFExecFileFormat.cpp21 LDFileFormat::NamePool, in initObjectFormat()
26 LDFileFormat::NamePool, in initObjectFormat()
36 LDFileFormat::NamePool, in initObjectFormat()
42 LDFileFormat::NamePool, in initObjectFormat()
89 LDFileFormat::NamePool, in initObjectFormat()
DELFBinaryReader.cpp60 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()
DELFFileFormat.cpp143 ".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()
DSectionSymbolSet.cpp35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) { in add()
DAndroid.bp49 "NamePool.cpp",
DGarbageCollection.cpp206 NamePool::syminfo_iterator info_it, in getEntrySections()
241 NamePool::syminfo_iterator info_it, in getEntrySections()
DELFObjectReader.cpp258 case LDFileFormat::NamePool: in readSections()
DELFObjectWriter.cpp76 case LDFileFormat::NamePool: in writeSection()
/frameworks/compile/mclinker/include/mcld/LD/
DNamePool.h31 class NamePool {
44 explicit NamePool(size_type pSize = 3);
46 ~NamePool();
127 DISALLOW_COPY_AND_ASSIGN(NamePool);
DResolver.h18 class NamePool; variable
60 virtual void resolveAgain(NamePool& pNamePool, in resolveAgain()
DSectionSymbolSet.h19 class NamePool; variable
36 bool add(LDSection& pOutSect, NamePool& pNamePool);
DLDFileFormat.h30 NamePool, enumerator
DStaticResolver.h18 class NamePool; variable
/frameworks/compile/mclinker/unittests/
DNamePoolTest.h15 class NamePool; variable
41 mcld::NamePool* m_pTestee;
DNamePoolTest.cpp26 m_pTestee = new NamePool(resolver, 10); in NamePoolTest()
/frameworks/compile/mclinker/include/mcld/
DModule.h152 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/
DObjectLinker.cpp348 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/
DIRBuilder.cpp82 return LDFileFormat::NamePool; in GetELFSectionKind()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1364 case LDFileFormat::NamePool: { in getSectionOrder()
2331 case LDFileFormat::NamePool: in placeOutputSections()