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

References

tools/lld/COFF/DebugTypes.cpp
  137       !file->parentName.empty() ? file->parentName : file->getName();
tools/lld/COFF/Driver.cpp
 1897       if (isCrtend(file->getName())) {
tools/lld/COFF/DriverUtils.cpp
  726     if (auto ec = parser.parse(rsf, f->getName(), duplicates))
tools/lld/COFF/InputFiles.cpp
   61     return file->getName();
   63   return (getBasename(file->parentName) + "(" + getBasename(file->getName()) +
  119   driver->enqueueArchiveMember(c, sym, getName());
tools/lld/COFF/MapFile.cpp
  118       os << indent8 << sc->file->getName() << ":(" << sc->getSectionName()
tools/lld/COFF/MinGW.cpp
  146   StringRef fileName = sys::path::filename(sym->getFile()->getName());
tools/lld/COFF/PDB.cpp
  349             file->getName() + ")");
  361             file->getName() + ")");
  521     StringRef currentFileName = sys::path::filename(f->getName());
  605             file->getName() + " with bad " + (isItemIndex ? "item" : "type") +
  743     warn("symbol scopes are not balanced in " + file->getName());
  847     warn("corrupt symbol records in " + file->getName());
 1086       log("ignoring inlinee line record in " + file.getName() +
 1231     objName = inArchive ? file->parentName : file->getName();
 1233     StringRef modName = inArchive ? file->getName() : StringRef(objName);
tools/lld/COFF/SymbolTable.cpp
  245     log("Loading lazy " + l->getName() + " from " + l->getFile()->getName() +
tools/lld/COFF/Writer.cpp
  713           (sc1->file->parentName + "/" + sc1->file->getName()).str();
  715           (sc2->file->parentName + "/" + sc2->file->getName()).str();
 1474       error("/safeseh: " + file->getName() + " is not compatible with SEH");