Home | History | Annotate | Download | only in X86

Lines Matching full:backend

26 /// X86GNULDBackend - linker backend of X86 target of GNU ELF format
43 /// preLayout - Backend can do any needed modification before layout
46 /// postLayout -Backend can do any needed modification after layout
59 /// call back target backend to emit the data.
62 /// Backend can put the data of the tables in MCSectionData directly
64 /// Or, backend can put the data into special data structure
65 /// - backend can maintain its own map<LDSection, table> to get the table
119 /// doCreateProgramHdrs - backend can implement this function to create the
153 /// X86_32GNULDBackend - linker backend of X86-32 target of GNU ELF format
193 /// X86_64GNULDBackend - linker backend of X86-64 target of GNU ELF format