reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/InputFiles.cpp
  130   if (!file->isElf() && !isa<BitcodeFile>(file))
  130   if (!file->isElf() && !isa<BitcodeFile>(file))
  133   if (file->ekind == config->ekind && file->emachine == config->emachine) {
  133   if (file->ekind == config->ekind && file->emachine == config->emachine) {
  136     if (isMipsN32Abi(file) == config->mipsN32Abi)
  141     error(toString(file) + " is incompatible with " + config->emulation);
  153   error(toString(file) + " is incompatible with " + toString(existing));