OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubFactory
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h
1
//===-
StubFactory
.h ------------------------------------------------------===//
24
/** \class
StubFactory
28
class
StubFactory
{
30
~
StubFactory
();
/frameworks/compile/mclinker/lib/LD/
StubFactory.cpp
1
//===-
StubFactory
.cpp ----------------------------------------------------===//
9
#include "mcld/LD/
StubFactory
.h"
25
//
StubFactory
27
StubFactory
::~
StubFactory
() {
35
void
StubFactory
::addPrototype(Stub* pPrototype) {
40
Stub*
StubFactory
::create(Relocation& pReloc,
80
Stub*
StubFactory
::create(FragmentRef& pFragRef,
109
Stub*
StubFactory
::findPrototype(const Relocation& pReloc,
120
Stub*
StubFactory
::findPrototype(const FragmentRef& pFragRef) const
[
all
...]
Android.mk
47
StubFactory
.cpp \
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
43
class
StubFactory
;
162
virtual
StubFactory
* getStubFactory() = 0;
GNULDBackend.h
42
class
StubFactory
;
309
StubFactory
* getStubFactory() { return m_pStubFactory; }
531
StubFactory
* m_pStubFactory;
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp
32
#include "mcld/LD/
StubFactory
.h"
508
StubFactory
* factory = getStubFactory();
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
27
#include "mcld/LD/
StubFactory
.h"
540
m_pStubFactory = new
StubFactory
();
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
32
#include "mcld/LD/
StubFactory
.h"
[
all
...]
Completed in 600 milliseconds