Searched refs:doCreateProgramHdrs (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h145 /// doCreateProgramHdrs - backend can implement this function to create the
147 virtual void doCreateProgramHdrs(Module& pModule);
H A DAArch64LDBackend.cpp523 void AArch64GNULDBackend::doCreateProgramHdrs(Module& pModule) { function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h172 /// doCreateProgramHdrs - backend can implement this function to create the
174 virtual void doCreateProgramHdrs(Module& pModule);
H A DARMLDBackend.cpp992 /// doCreateProgramHdrs - backend can implement this function to create the
994 void ARMGNULDBackend::doCreateProgramHdrs(Module& pModule) { function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h155 /// doCreateProgramHdrs - backend can implement this function to create the
157 void doCreateProgramHdrs(Module& pModule);
H A DHexagonLDBackend.cpp1027 /// doCreateProgramHdrs - backend can implement this function to create the
1029 void HexagonLDBackend::doCreateProgramHdrs(Module& pModule) { function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h117 /// doCreateProgramHdrs - backend can implement this function to create the
119 void doCreateProgramHdrs(Module& pModule);
H A DX86LDBackend.cpp320 /// doCreateProgramHdrs - backend can implement this function to create the
322 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule) { function in class:mcld::X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h153 /// doCreateProgramHdrs - backend can implement this function to create the
155 void doCreateProgramHdrs(Module& pModule);
H A DMipsLDBackend.cpp743 /// doCreateProgramHdrs - backend can implement this function to create the
745 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule) { function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h385 /// doCreateProgramHdrs - backend can implement this function to create the
387 virtual void doCreateProgramHdrs(Module& pModule) = 0;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1886 doCreateProgramHdrs(pModule);

Completed in 188 milliseconds