OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelocationFactory
(Results
1 - 2
of
2
) sorted by null
/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/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
...]
Completed in 1767 milliseconds