Home | History | Annotate | Download | only in X86

Lines Matching full:backend

26 /// X86GNULDBackend - linker backend of X86 target of GNU ELF format
87 /// preLayout - Backend can do any needed modification before layout
90 /// postLayout -Backend can do any needed modification after layout
103 /// call back target backend to emit the data.
106 /// Backend can put the data of the tables in MCSectionData directly
108 /// Or, backend can put the data into special data structure
109 /// - backend can maintain its own map<LDSection, table> to get the table
192 /// doCreateProgramHdrs - backend can implement this function to create the
226 /// X86_32GNULDBackend - linker backend of X86-32 target of GNU ELF format
282 /// X86_64GNULDBackend - linker backend of X86-64 target of GNU ELF format