public final class Assembler64bitCompiler extends CommandLineCompiler
gccFileAbsolutePath, objDir, workDirDEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| Modifier and Type | Method and Description |
|---|---|
protected void |
addImpliedArgs(Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
Boolean rtti,
OptimizationEnum optimization) |
protected void |
addIncludes(String baseDirPath,
File[] includeDirs,
Vector args,
Vector relativeArgs,
StringBuffer includePathId,
boolean isSystem)
Empty Implementation
|
protected void |
addWarningSwitch(Vector args,
int level) |
Processor |
changeEnvironment(boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
protected Parser |
createParser(File source)
The include parser for C will work just fine, but we didn't want to
inherit from CommandLineCCompiler
|
protected int |
getArgumentCountPerInputFile() |
protected void |
getDefineSwitch(StringBuffer buffer,
String define,
String value) |
protected File[] |
getEnvironmentIncludePath() |
String |
getIdentifier()
Retrieve an identifier that identifies the specific version of the
compiler.
|
protected String |
getIncludeDirSwitch(String includeDir) |
protected String |
getInputFileArgument(File outputDir,
String filename,
int index) |
static Assembler64bitCompiler |
getInstance() |
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors
|
int |
getMaximumCommandLength() |
protected int |
getMaximumInputFilesPerCommand() |
protected int |
getTotalArgumentLengthForInputFile(File outputDir,
String inputFile)
Get total command line length due to the input file.
|
protected void |
getUndefineSwitch(StringBuffer buffer,
String define) |
buildDefineArguments, compile, createConfiguration, getCommand, getCommandWithPath, getIncludeDirSwitch, getLibtool, getLibtoolCompiler, getOutputFileNames, isDryRun, runCommand, setCommand, setCommands, setDryRuncanParse, createConfiguration, getBaseOutputName, getOutputSuffix, parseIncludes, resolveInclude, setGccFileAbsolutePath, setObjDir, setWorkDirbid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isAIX, isDarwin, isWindows, toStringpublic static Assembler64bitCompiler getInstance()
protected void addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
addImpliedArgs in class CommandLineCompilerprotected void addWarningSwitch(Vector args, int level)
addWarningSwitch in class CommandLineCompilerpublic Processor changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)
changeEnvironment in interface ProcessorchangeEnvironment in class AbstractProcessorprotected Parser createParser(File source)
createParser in class AbstractCompilerprotected int getArgumentCountPerInputFile()
getArgumentCountPerInputFile in class CommandLineCompilerprotected void getDefineSwitch(StringBuffer buffer, String define, String value)
getDefineSwitch in class CommandLineCompilerprotected File[] getEnvironmentIncludePath()
getEnvironmentIncludePath in class CommandLineCompilerprotected String getIncludeDirSwitch(String includeDir)
getIncludeDirSwitch in class CommandLineCompilerprotected String getInputFileArgument(File outputDir, String filename, int index)
getInputFileArgument in class CommandLineCompilerpublic Linker getLinker(LinkType type)
Processorpublic int getMaximumCommandLength()
getMaximumCommandLength in class CommandLineCompilerprotected int getMaximumInputFilesPerCommand()
getMaximumInputFilesPerCommand in class CommandLineCompilerprotected int getTotalArgumentLengthForInputFile(File outputDir, String inputFile)
CommandLineCompilergetTotalArgumentLengthForInputFile in class CommandLineCompileroutputDir - File output directoryinputFile - String input fileprotected void getUndefineSwitch(StringBuffer buffer, String define)
getUndefineSwitch in class CommandLineCompilerpublic String getIdentifier()
ProcessorgetIdentifier in interface ProcessorgetIdentifier in class CommandLineCompilerprotected void addIncludes(String baseDirPath, File[] includeDirs, Vector args, Vector relativeArgs, StringBuffer includePathId, boolean isSystem)
addIncludes in class CommandLineCompilerbaseDirPath - Base directory path.includeDirs - Array of include directory pathsargs - Vector of command line arguments used to execute the taskrelativeArgs - Vector of command line arguments used to build theincludePathId - isSystem - Copyright © 2005–2020 NAR Maven Plugin developers. All rights reserved.