OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationFactory
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp
1
//===-
RelocationFactory
.cpp ----------------------------------------------===//
9
#include "mcld/LD/
RelocationFactory
.h"
23
//
RelocationFactory
25
RelocationFactory
::
RelocationFactory
()
29
void
RelocationFactory
::setConfig(const LinkerConfig& pConfig) {
33
Relocation*
RelocationFactory
::produce(
RelocationFactory
::Type pType,
77
Relocation*
RelocationFactory
::produceEmptyEntry() {
83
void
RelocationFactory
::destroy(Relocation* pRelocation)
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h
20
/** \class
RelocationFactory
21
* \brief
RelocationFactory
provides the interface for generating target
25
class
RelocationFactory
34
RelocationFactory
();
/frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h
19
class
RelocationFactory
;
/frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h
26
friend class
RelocationFactory
;
/frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp
13
#include "mcld/LD/
RelocationFactory
.h"
23
static llvm::ManagedStatic<
RelocationFactory
> g_RelocationFactory;
Completed in 1068 milliseconds