OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initTargetSections
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
81
virtual void
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder) = 0;
162
void
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder);
202
void
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder);
X86LDBackend.cpp
323
void X86_32GNULDBackend::
initTargetSections
(Module& pModule,
509
void X86_64GNULDBackend::
initTargetSections
(Module& pModule,
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
59
virtual void
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder) { }
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
48
///
initTargetSections
- initialize target dependent sections in output.
49
void
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder);
ARMLDBackend.cpp
74
void ARMGNULDBackend::
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder)
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
36
///
initTargetSections
- initialize target dependent sections in output
37
void
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder);
MipsLDBackend.cpp
55
void MipsGNULDBackend::
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder)
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
96
void
initTargetSections
(Module& pModule, ObjectBuilder& pBuilder);
HexagonLDBackend.cpp
423
void HexagonLDBackend::
initTargetSections
(Module& pModule,
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
113
m_LDBackend.
initTargetSections
(*m_pModule, builder);
Completed in 212 milliseconds