public class CxxThinLTOIndexArg extends Object implements Arg
| Constructor and Description |
|---|
CxxThinLTOIndexArg(SourcePath thinIndicesRoot,
SourcePath cxxSourcePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendToCommandLine(java.util.function.Consumer<String> consumer,
SourcePathResolverAdapter pathResolver)
Feed the contents of the Arg to the supplied consumer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, flattenToSpaceSeparatedString, hashCode, singleCommandLineArg, stringify, stringify, stringify, stringifyList, toStringpublic CxxThinLTOIndexArg(SourcePath thinIndicesRoot, SourcePath cxxSourcePath)
public void appendToCommandLine(java.util.function.Consumer<String> consumer, SourcePathResolverAdapter pathResolver)
ArgappendToCommandLine in interface Arg