HomeSort by relevance Sort by last modified time
    Searched refs:doCreateProgramHdrs (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 137 /// doCreateProgramHdrs - backend can implement this function to create the
139 virtual void doCreateProgramHdrs(Module& pModule);
AArch64LDBackend.cpp 319 void AArch64GNULDBackend::doCreateProgramHdrs(Module& pModule) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 170 /// doCreateProgramHdrs - backend can implement this function to create the
172 virtual void doCreateProgramHdrs(Module& pModule);
ARMLDBackend.cpp 797 /// doCreateProgramHdrs - backend can implement this function to create the
799 void ARMGNULDBackend::doCreateProgramHdrs(Module& pModule) {
  /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 143 /// doCreateProgramHdrs - backend can implement this function to create the
145 void doCreateProgramHdrs(Module& pModule);
MipsLDBackend.cpp 620 /// doCreateProgramHdrs - backend can implement this function to create the
622 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule) {
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 379 /// doCreateProgramHdrs - backend can implement this function to create the
381 virtual void doCreateProgramHdrs(Module& pModule) = 0;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 2082 milliseconds