HomeSort by relevance Sort by last modified time
    Searched refs:NamePool (Results 1 - 22 of 22) sorted by null

  /frameworks/compile/mclinker/unittests/
NamePoolTest.h 15 class NamePool;
24 * \see NamePool
41 mcld::NamePool* m_pTestee;
NamePoolTest.cpp 10 #include "mcld/LD/NamePool.h"
26 m_pTestee = new NamePool(resolver, 10);
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 1 //===- NamePool.cpp -------------------------------------------------------===//
9 #include "mcld/LD/NamePool.h"
18 // NamePool
20 NamePool::NamePool(NamePool::size_type pSize)
24 NamePool::~NamePool() {
34 ResolveInfo* NamePool::createSymbol(const llvm::StringRef& pName,
56 void NamePool::insertSymbol(const llvm::StringRef& pName
    [all...]
ELFDynObjFileFormat.cpp 20 LDFileFormat::NamePool,
25 LDFileFormat::NamePool,
35 LDFileFormat::NamePool,
41 LDFileFormat::NamePool,
88 LDFileFormat::NamePool,
ELFExecFileFormat.cpp 21 LDFileFormat::NamePool,
26 LDFileFormat::NamePool,
36 LDFileFormat::NamePool,
42 LDFileFormat::NamePool,
89 LDFileFormat::NamePool,
ELFBinaryReader.cpp 60 pInput, ".shstrtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1);
65 LDFileFormat::NamePool,
121 pInput, ".strtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1);
SectionSymbolSet.cpp 16 #include "mcld/LD/NamePool.h"
35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) {
ELFFileFormat.cpp 143 ".shstrtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x0, 0x1);
148 LDFileFormat::NamePool,
154 ".strtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x0, 0x1);
Android.mk 37 NamePool.cpp \
GarbageCollection.cpp 206 NamePool::syminfo_iterator info_it,
241 NamePool::syminfo_iterator info_it,
ELFObjectReader.cpp 257 case LDFileFormat::NamePool:
ELFObjectWriter.cpp 76 case LDFileFormat::NamePool:
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 18 class NamePool;
60 virtual void resolveAgain(NamePool& pNamePool,
SectionSymbolSet.h 19 class NamePool;
36 bool add(LDSection& pOutSect, NamePool& pNamePool);
NamePool.h 1 //===- NamePool.h ---------------------------------------------------------===//
26 /** \class NamePool
29 * - MCLinker is responsed for creating NamePool.
31 class NamePool {
44 explicit NamePool(size_type pSize = 3);
46 ~NamePool();
127 DISALLOW_COPY_AND_ASSIGN(NamePool);
LDFileFormat.h 30 NamePool,
StaticResolver.h 18 class NamePool;
  /frameworks/compile/mclinker/include/mcld/
Module.h 17 #include "mcld/LD/NamePool.h"
152 const NamePool& getNamePool() const { return m_NamePool; }
153 NamePool& getNamePool() { return m_NamePool; }
172 NamePool m_NamePool;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 348 case LDFileFormat::NamePool:
481 NamePool::freeinfo_iterator free_it,
488 NamePool::syminfo_iterator info_it,
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 82 return LDFileFormat::NamePool;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 861 milliseconds