Home | History | Annotate | Download | only in Linker

Lines Matching full:destination

44   /// This is a mapping from a source type to a destination type to use.
55 /// to an opaque struct in the destination module.
58 /// This is the set of opaque types in the destination modules who are
67 /// Indicate that the specified type in the destination module is conceptually
161 // type that we're mapping onto this destination type then we succeed. Keep
165 // We can only map one source type onto the opaque destination type.
463 /// destination module that is being linked to, if any.
470 // Otherwise see if we have a match in the destination module's symtab.
480 // Otherwise, we do in fact link to the destination global.
564 /// Link the function in the source module into the destination module if
833 // At this point, the destination module may have a type "%foo = { i32 }" for
848 // Check to see if the destination module has a struct with the prefix name.
855 // actually used in the destination module. This can happen in situations
1292 // If the destination module doesn't have module flags yet, then just copy
1332 // If the destination module does not already have this requirement, add
1362 // Update the destination flag to that of the source.
1467 assert(DstM && "Null destination module");
1470 // Inherit the target data from the source module if the destination module