Home | History | Annotate | Download | only in Linker

Lines Matching full:destination

37   /// MappedTypes - This is a mapping from a source type to a destination type
47 /// source module that are mapped to an opaque struct in the destination
52 /// destination modules who are getting a body from the source module.
59 /// addTypeMapping - Indicate that the specified type in the destination
147 // type that we're mapping onto this destination type then we succeed. Keep
152 // We can only map one source type onto the opaque destination type.
314 // where T does not exist at all in the destination module.
316 // The other case we watch for is when the type is not in the destination
318 // is already mapped. For example, if the destination module has:
337 // identified structs in the destination module.
347 // identified structs in the destination module.
426 /// what the result will look like in the destination module.
433 /// global in the destination module that is being linked to, if any.
440 // Otherwise see if we have a match in the destination module's symtab.
449 // Otherwise, we do in fact link to the destination global.
529 /// the result will look like in the destination module. In particular, it
531 /// global in the source should be copied over to the destination (replacing
633 // At this point, the destination module may have a type "%foo = { i32 }" for
652 // Check to see if the destination module has a struct with the prefix name.
656 // actually used in the destination module. This can happen in situations
758 // module's definition or the destination module's definition.
814 /// destination module if needed, setting up mapping information.
946 // Grab destination global variable.
1034 // If the destination module doesn't have module flags yet, then just copy
1071 // If the destination module does not already have this requirement, add
1100 // Update the destination flag to that of the source.
1182 assert(DstM && "Null destination module");
1185 // Inherit the target data from the source module if the destination module