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 140 /// doCreateProgramHdrs - backend can implement this function to create the
142 virtual void doCreateProgramHdrs(Module& pModule);
AArch64LDBackend.cpp 342 void AArch64GNULDBackend::doCreateProgramHdrs(Module& pModule)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 161 /// doCreateProgramHdrs - backend can implement this function to create the
163 virtual void doCreateProgramHdrs(Module& pModule);
ARMLDBackend.cpp 756 /// doCreateProgramHdrs - backend can implement this function to create the
758 void ARMGNULDBackend::doCreateProgramHdrs(Module& pModule)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 162 /// doCreateProgramHdrs - backend can implement this function to create the
164 void doCreateProgramHdrs(Module& pModule);
HexagonLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 120 /// doCreateProgramHdrs - backend can implement this function to create the
122 void doCreateProgramHdrs(Module& pModule);
X86LDBackend.cpp 345 /// doCreateProgramHdrs - backend can implement this function to create the
347 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 144 /// doCreateProgramHdrs - backend can implement this function to create the
146 void doCreateProgramHdrs(Module& pModule);
MipsLDBackend.cpp 679 /// doCreateProgramHdrs - backend can implement this function to create the
681 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule)
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 387 /// doCreateProgramHdrs - backend can implement this function to create the
389 virtual void doCreateProgramHdrs(Module& pModule) = 0;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 3370 milliseconds