OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NamePool
(Results
1 - 3
of
3
) sorted by null
/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
...]
/frameworks/compile/mclinker/include/mcld/LD/
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
,
Completed in 988 milliseconds