OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationFactory
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp
1
//===-
RelocationFactory
.cpp ----------------------------------------------===//
9
#include <mcld/LD/
RelocationFactory
.h>
22
//
RelocationFactory
24
RelocationFactory
::
RelocationFactory
()
28
void
RelocationFactory
::setConfig(const LinkerConfig& pConfig)
33
Relocation*
RelocationFactory
::produce(
RelocationFactory
::Type pType,
79
Relocation*
RelocationFactory
::produceEmptyEntry()
86
void
RelocationFactory
::destroy(Relocation* pRelocation
[
all
...]
Android.mk
35
RelocationFactory
.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h
23
/** \class
RelocationFactory
24
* \brief
RelocationFactory
provides the interface for generating target
28
class
RelocationFactory
: public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>
37
explicit
RelocationFactory
();
/frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h
23
class
RelocationFactory
;
TargetLDBackend.h
20
class
RelocationFactory
;
/frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp
12
#include <mcld/LD/
RelocationFactory
.h>
GNULDBackend.cpp
30
#include <mcld/LD/
RelocationFactory
.h>
[
all
...]
/frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp
16
#include <mcld/LD/
RelocationFactory
.h>
22
static llvm::ManagedStatic<
RelocationFactory
> g_RelocationFactory;
FragmentLinker.cpp
25
#include <mcld/LD/
RelocationFactory
.h>
/frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h
29
friend class
RelocationFactory
;
Completed in 930 milliseconds