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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 148 /// doCreateProgramHdrs - backend can implement this function to create the
150 virtual void doCreateProgramHdrs(Module& pModule);
ARMLDBackend.cpp 634 /// doCreateProgramHdrs - backend can implement this function to create the
636 void ARMGNULDBackend::doCreateProgramHdrs(Module& pModule)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 128 /// doCreateProgramHdrs - backend can implement this function to create the
130 void doCreateProgramHdrs(Module& pModule);
MipsLDBackend.cpp 397 /// doCreateProgramHdrs - backend can implement this function to create the
399 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 161 /// doCreateProgramHdrs - backend can implement this function to create the
163 void doCreateProgramHdrs(Module& pModule);
HexagonLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 119 /// doCreateProgramHdrs - backend can implement this function to create the
121 void doCreateProgramHdrs(Module& pModule);
X86LDBackend.cpp 295 /// doCreateProgramHdrs - backend can implement this function to create the
297 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule)
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 308 /// doCreateProgramHdrs - backend can implement this function to create the
310 virtual void doCreateProgramHdrs(Module& pModule) = 0;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 38 milliseconds