Lines Matching +defs:existing +defs:target
281 StringRef target =
283 if (!target.empty()) {
284 error(toString(file) + " is incompatible with " + target);
288 InputFile *existing = nullptr;
290 existing = ctx.objectFiles[0];
292 existing = ctx.sharedFiles[0];
294 existing = ctx.bitcodeFiles[0];
296 if (existing)
297 with = " with " + toString(existing);
757 // output against other existing program, so that if you load both your
874 // such cases, the relocation section would attempt to reference a target
883 // Find a relocation target section and associate this section with that.
1028 InputSectionBase *target = this->sections[info];
1033 if (target == &InputSection::discarded)
1036 if (target != nullptr)
1037 return target;
1103 // Strip existing .note.gnu.build-id sections so that the output won't have
1682 error(path + ": could not infer e_machine from bitcode target triple " +
1888 // resolve() may trigger this->extract() if an existing symbol is an undefined