C# Class AvalonStudio.Toolchains.Clang.ClangToolchain

Inheritance: GCCToolchain
Show file Open project: VitalElement/AvalonStudio Class Usage Examples

Public Methods

Method Description
CanHandle ( IProject project ) : bool
GetBaseLibraryArguments ( IStandardProject superProject ) : string
GetCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile file ) : string
GetConfigurationPages ( IProject project ) : IList
GetLinkerArguments ( IStandardProject superProject, IStandardProject project ) : string
GetToolchainIncludes ( ISourceFile file ) : IEnumerable
ObjCopy ( IConsole console, IProject project, LinkResult linkResult, AssemblyFormat format ) : Task
PostBuild ( IConsole console, IProject project, LinkResult linkResult ) : Task
PreBuild ( IConsole console, IProject project ) : Task
ProvisionSettings ( IProject project ) : void

Private Methods

Method Description
GenerateLinkerScript ( IStandardProject project ) : void
GetLinkerScriptLocation ( IStandardProject project ) : string

Method Details

CanHandle() public method

public CanHandle ( IProject project ) : bool
project IProject
return bool

GetBaseLibraryArguments() public method

public GetBaseLibraryArguments ( IStandardProject superProject ) : string
superProject IStandardProject
return string

GetCompilerArguments() public method

public GetCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile file ) : string
superProject IStandardProject
project IStandardProject
file ISourceFile
return string

GetConfigurationPages() public method

public GetConfigurationPages ( IProject project ) : IList
project IProject
return IList

GetLinkerArguments() public method

public GetLinkerArguments ( IStandardProject superProject, IStandardProject project ) : string
superProject IStandardProject
project IStandardProject
return string

GetToolchainIncludes() public method

public GetToolchainIncludes ( ISourceFile file ) : IEnumerable
file ISourceFile
return IEnumerable

ObjCopy() public method

public ObjCopy ( IConsole console, IProject project, LinkResult linkResult, AssemblyFormat format ) : Task
console IConsole
project IProject
linkResult LinkResult
format AssemblyFormat
return Task

PostBuild() public method

public PostBuild ( IConsole console, IProject project, LinkResult linkResult ) : Task
console IConsole
project IProject
linkResult LinkResult
return Task

PreBuild() public method

public PreBuild ( IConsole console, IProject project ) : Task
console IConsole
project IProject
return Task

ProvisionSettings() public method

public ProvisionSettings ( IProject project ) : void
project IProject
return void