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

References

tools/lld/lib/Driver/DarwinLdDriver.cpp
  483     ctx.setInstallName(ctx.outputPath());
 1200                             << ctx.outputPath() << "': ";
 1213     *errorHandler().errorOS << "Failed to write file '" << ctx.outputPath()
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  628   addOutputFileDependency(outputPath());
tools/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
   61   EXPECT_EQ("my.out", _ctx.outputPath());