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

References

tools/lld/ELF/InputFiles.cpp
 1380   obj = CHECK(lto::InputFile::create(mbref), this);
 1382   Triple t(obj->getTargetTriple());
 1432   for (StringRef s : obj->getComdatTable())
 1436   for (const lto::InputFile::Symbol &objSym : obj->symbols())
 1439   for (auto l : obj->getDependentLibraries())
tools/lld/ELF/LTO.cpp
  159   lto::InputFile &obj = *f.obj;
  210   checkError(ltoObj->add(std::move(f.obj), resols));