Interface HasLinkerMap

  • All Known Implementing Classes:
    DarwinLinker

    public interface HasLinkerMap
    • Method Detail

      • linkerMap

        Iterable<Arg> linkerMap​(Path output)
        Parameters:
        output - the path of the output binary
        Returns:
        the platform-specific way to generate a link-map file.
      • linkerMapPath

        Path linkerMapPath​(Path output)
        Parameters:
        output - the path of the output binary
        Returns:
        the path of the output binary's link-map file generated by the linker.