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

Declarations

tools/lld/ELF/InputFiles.h
  384 std::string replaceThinLTOSuffix(StringRef path);

References

tools/lld/ELF/InputFiles.cpp
 1366     path = replaceThinLTOSuffix(mb.getBufferIdentifier());
tools/lld/ELF/LTO.cpp
  220     std::string path = replaceThinLTOSuffix(getThinLTOOutputFile(f->getName()));