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

  /frameworks/compile/mclinker/unittests/
NamePoolTest.h 16 class NamePool;
26 * \see NamePool
44 mcld::NamePool* m_pTestee;
NamePoolTest.cpp 10 #include <mcld/LD/NamePool.h>
28 m_pTestee = new NamePool(resolver, 10);
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 1 //===- NamePool.cpp -------------------------------------------------------===//
10 #include <mcld/LD/NamePool.h>
16 // NamePool
18 NamePool::NamePool(NamePool::size_type pSize)
22 NamePool::~NamePool()
33 ResolveInfo* NamePool::createSymbol(const llvm::StringRef& pName,
56 void NamePool::insertSymbol(const llvm::StringRef& pName
    [all...]
ELFDynObjFileFormat.cpp 21 LDFileFormat::NamePool,
26 LDFileFormat::NamePool,
36 LDFileFormat::NamePool,
41 LDFileFormat::NamePool,
86 LDFileFormat::NamePool,
ELFExecFileFormat.cpp 22 LDFileFormat::NamePool,
27 LDFileFormat::NamePool,
37 LDFileFormat::NamePool,
42 LDFileFormat::NamePool,
87 LDFileFormat::NamePool,
ELFBinaryReader.cpp 67 LDFileFormat::NamePool,
74 LDFileFormat::NamePool,
128 LDFileFormat::NamePool,
SectionSymbolSet.cpp 16 #include <mcld/LD/NamePool.h>
37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool)
ELFFileFormat.cpp 147 LDFileFormat::NamePool,
155 LDFileFormat::NamePool,
161 LDFileFormat::NamePool,
Android.mk 32 NamePool.cpp \
ELFObjectReader.cpp 221 case LDFileFormat::NamePool:
ELFReader.cpp 405 if (LDFileFormat::NamePool == info->section->kind() ||
914 if (LDFileFormat::NamePool == info->section->kind() ||
    [all...]
ELFObjectWriter.cpp 77 case LDFileFormat::NamePool:
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 21 class NamePool;
67 virtual void resolveAgain(NamePool& pNamePool,
SectionSymbolSet.h 23 class NamePool;
41 bool add(LDSection& pOutSect, NamePool& pNamePool);
NamePool.h 1 //===- NamePool.h ---------------------------------------------------------===//
33 /** \class NamePool
36 * - MCLinker is responsed for creating NamePool.
38 class NamePool : private Uncopyable
45 explicit NamePool(size_type pSize = 3);
47 ~NamePool();
LDFileFormat.h 33 NamePool,
StaticResolver.h 21 class NamePool;
  /frameworks/compile/mclinker/include/mcld/
Module.h 29 #include <mcld/LD/NamePool.h>
149 const NamePool& getNamePool() const { return m_NamePool; }
150 NamePool& getNamePool() { return m_NamePool; }
159 NamePool m_NamePool;
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 13 #include <mcld/LD/NamePool.h>
IRBuilder.cpp 60 return LDFileFormat::NamePool;
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 71 case LDFileFormat::NamePool:
ObjectLinker.cpp 249 case LDFileFormat::NamePool:
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1251 milliseconds