OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doCreateProgramHdrs
(Results
1 - 12
of
12
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h
145
///
doCreateProgramHdrs
- backend can implement this function to create the
147
virtual void
doCreateProgramHdrs
(Module& pModule);
AArch64LDBackend.cpp
523
void AArch64GNULDBackend::
doCreateProgramHdrs
(Module& pModule) {
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
172
///
doCreateProgramHdrs
- backend can implement this function to create the
174
virtual void
doCreateProgramHdrs
(Module& pModule);
ARMLDBackend.cpp
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
155
///
doCreateProgramHdrs
- backend can implement this function to create the
157
void
doCreateProgramHdrs
(Module& pModule);
HexagonLDBackend.cpp
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
117
///
doCreateProgramHdrs
- backend can implement this function to create the
119
void
doCreateProgramHdrs
(Module& pModule);
X86LDBackend.cpp
320
///
doCreateProgramHdrs
- backend can implement this function to create the
322
void X86GNULDBackend::
doCreateProgramHdrs
(Module& pModule) {
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
153
///
doCreateProgramHdrs
- backend can implement this function to create the
155
void
doCreateProgramHdrs
(Module& pModule);
MipsLDBackend.cpp
743
///
doCreateProgramHdrs
- backend can implement this function to create the
745
void MipsGNULDBackend::
doCreateProgramHdrs
(Module& pModule) {
[
all
...]
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
385
///
doCreateProgramHdrs
- backend can implement this function to create the
387
virtual void
doCreateProgramHdrs
(Module& pModule) = 0;
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 812 milliseconds