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

References

tools/lld/COFF/InputFiles.cpp
  898   obj = check(lto::InputFile::create(mbref));
  902   std::vector<std::pair<Symbol *, bool>> comdat(obj->getComdatTable().size());
  903   for (size_t i = 0; i != obj->getComdatTable().size(); ++i)
  906     comdat[i] = symtab->addComdat(this, saver.save(obj->getComdatTable()[i]));
  907   for (const lto::InputFile::Symbol &objSym : obj->symbols()) {
  922       if (symName == obj->getComdatTable()[comdatIndex])
  935   directives = obj->getCOFFLinkerOpts();
  939   switch (Triple(obj->getTargetTriple()).getArch()) {
tools/lld/COFF/LTO.cpp
  117   lto::InputFile &obj = *f.obj;
  141   checkError(ltoObj->add(std::move(f.obj), resols));
tools/lld/COFF/SymbolTable.cpp
  104   StringRef source = file->obj->getSourceFileName();
  523   StringRef source = file->obj->getSourceFileName();