OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticResolver
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/unittests/
StaticResolverTest.h
17
class
StaticResolver
;
29
* \see
StaticResolver
47
mcld::
StaticResolver
* m_pResolver;
NamePoolTest.cpp
12
#include <mcld/LD/
StaticResolver
.h>
27
StaticResolver
resolver;
StaticResolverTest.cpp
11
#include <mcld/LD/
StaticResolver
.h>
27
m_pResolver = new
StaticResolver
();
/frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h
1
//===-
StaticResolver
.h ---------------------------------------------------===//
23
/** \class
StaticResolver
25
class
StaticResolver
: public Resolver
106
virtual ~
StaticResolver
();
/frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp
1
//===-
StaticResolver
.cpp -------------------------------------------------===//
9
#include <mcld/LD/
StaticResolver
.h>
16
//
StaticResolver
17
StaticResolver
::~
StaticResolver
()
21
bool
StaticResolver
::resolve(ResolveInfo& __restrict__ pOld,
NamePool.cpp
11
#include <mcld/LD/
StaticResolver
.h>
19
: m_pResolver(new
StaticResolver
()), m_Table(pSize) {
Android.mk
41
StaticResolver
.cpp \
/frameworks/compile/mclinker/lib/Core/
Module.cpp
17
#include <mcld/LD/
StaticResolver
.h>
Completed in 873 milliseconds