OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Backend
(Results
1 - 15
of
15
) sorted by null
/frameworks/compile/mclinker/include/mcld/Script/
RpnEvaluator.h
31
const TargetLDBackend&
m_Backend
;
/frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h
37
:
m_Backend
(pBackend)
58
const GNULDBackend& target() const { return
m_Backend
; }
59
GNULDBackend& target() { return
m_Backend
; }
124
GNULDBackend&
m_Backend
;
ELFObjectWriter.h
49
GNULDBackend& target() { return
m_Backend
; }
51
const GNULDBackend& target() const { return
m_Backend
; }
119
GNULDBackend&
m_Backend
;
ELFObjectReader.h
65
GNULDBackend&
m_Backend
;
GarbageCollection.h
84
const TargetLDBackend&
m_Backend
;
IdenticalCodeFolding.h
72
const TargetLDBackend&
m_Backend
;
/frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h
52
:
m_Backend
(pBackend), m_Config(pConfig) { }
67
inline const GNULDBackend &backend() const { return
m_Backend
; }
112
const GNULDBackend &
m_Backend
;
ELFDynamic.h
191
const GNULDBackend&
m_Backend
;
GNULDBackend.h
485
:
m_Backend
(pBackend) {
489
const GNULDBackend&
m_Backend
;
/frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp
27
m_Backend
(pBackend)
41
operandStack.push(op->eval(m_Module,
m_Backend
));
48
operandStack.push(op->eval(m_Module,
m_Backend
));
58
operandStack.push(op->eval(m_Module,
m_Backend
));
71
operandStack.push(op->eval(m_Module,
m_Backend
));
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
36
: m_pEntryFactory(NULL),
m_Backend
(pParent), m_Config(pConfig), m_Idx(0) {
172
if (
m_Backend
.hasTextRel())
174
if (
m_Backend
.hasStaticTLS() &&
182
if (
m_Backend
.hasTextRel())
281
if (
m_Backend
.hasTextRel()) {
296
if (
m_Backend
.hasTextRel())
298
if (
m_Backend
.hasStaticTLS() &&
GNULDBackend.cpp
[
all
...]
/frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp
108
: m_Config(pConfig),
m_Backend
(pBackend), m_Module(pModule)
121
m_Backend
.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap);
220
m_Module.getNamePool().findSymbol(
m_Backend
.getEntry(m_Module));
ELFObjectReader.cpp
42
m_Backend
(pBackend),
249
if (!
m_Backend
.readSection(pInput, *sd)) {
ELFObjectWriter.cpp
46
: ObjectWriter(),
m_Backend
(pBackend), m_Config(pConfig)
Completed in 582 milliseconds