(name: ExternalName)
| 2169 | |
| 2170 | impl From<ExternalName> for RelocTarget { |
| 2171 | fn from(name: ExternalName) -> Self { |
| 2172 | Self::ExternalName(name) |
| 2173 | } |
| 2174 | } |
| 2175 | |
| 2176 | impl From<MachLabel> for RelocTarget { |
nothing calls this directly
no test coverage detected