Home
last modified time | relevance | path

Searched refs:NamePool (Results 1 – 22 of 22) 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()
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 …]
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.cpp67 LDFileFormat::NamePool, in readBinary()
74 LDFileFormat::NamePool, in readBinary()
130 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.mk32 NamePool.cpp \
DELFObjectReader.cpp248 case LDFileFormat::NamePool: in readSections()
DELFReader.cpp457 if (LDFileFormat::NamePool == info->section->kind() || in readSectionHeaders()
1013 if (LDFileFormat::NamePool == info->section->kind() || in readSectionHeaders()
DELFObjectWriter.cpp77 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/
DNamePool.h38 class NamePool : private Uncopyable
45 explicit NamePool(size_type pSize = 3);
47 ~NamePool();
DResolver.h21 class NamePool; variable
67 virtual void resolveAgain(NamePool& pNamePool, in resolveAgain()
DSectionSymbolSet.h23 class NamePool; variable
41 bool add(LDSection& pOutSect, NamePool& pNamePool);
DLDFileFormat.h33 NamePool, enumerator
DStaticResolver.h21 class NamePool; variable
/frameworks/compile/mclinker/include/mcld/
DModule.h161 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/
DObjectBuilder.cpp71 case LDFileFormat::NamePool: in MergeSection()
DObjectLinker.cpp251 case LDFileFormat::NamePool: in mergeSections()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp69 return LDFileFormat::NamePool; in GetELFSectionKind()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1398 case LDFileFormat::NamePool: { in getSectionOrder()
2118 case LDFileFormat::NamePool: in layout()