Lines Matching full:backend
28 * \brief Base linker backend of Mips target of GNU ELF format.
54 /// preLayout - Backend can do any needed modification before layout
57 /// postLayout - Backend can do any needed modification after layout
70 /// call back target backend to emit the data.
73 /// Backend can put the data of the tables in SectionData directly
75 /// Or, backend can put the data into special data structure
76 /// - backend can maintain its own map<LDSection, table> to get the table
153 /// doCreateProgramHdrs - backend can implement this function to create the
160 /// doRelax - Backend can orevride this function to add its relaxation
267 * \brief Base linker backend of Mips 32-bit target of GNU ELF format.
283 * \brief Base linker backend of Mips 64-bit target of GNU ELF format.