class Linker

Declaration

class Linker : public Common { /* full declaration omitted */ };

Description

Tool - Information on a specific compilation tool.

Declared at: clang/lib/Driver/ToolChains/Gnu.h:126

Inherits from: Common

Member Variables

Method Overview

Inherited from Common:

Inherited from Tool:

Methods

Linker(const clang::driver::ToolChain& TC)

Declared at: clang/lib/Driver/ToolChains/Gnu.h:128

Parameters

const clang::driver::ToolChain& TC

void RenderExtraToolArgs(
    const clang::driver::JobAction& JA,
    llvm::opt::ArgStringList& CmdArgs) const

Description

RenderExtraToolArgs - Render any arguments necessary to force the particular tool mode.

Declared at: clang/lib/Driver/ToolChains/Gnu.h:133

Parameters

const clang::driver::JobAction& JA
llvm::opt::ArgStringList& CmdArgs

bool hasIntegratedCPP() const

Declared at: clang/lib/Driver/ToolChains/Gnu.h:130

bool isLinkJob() const

Declared at: clang/lib/Driver/ToolChains/Gnu.h:131