Package org.qbicc.tool.llvm
Interface LlvmInvoker
- All Superinterfaces:
MessagingToolInvoker,ToolInvoker
- All Known Subinterfaces:
LlcInvoker,OptInvoker
-
Method Summary
Modifier and TypeMethodDescriptiongetTool()Get an output destination that invokes this invoker.voidsetDestination(OutputDestination destination) voidsetSource(InputSource source) Methods inherited from interface org.qbicc.machine.tool.MessagingToolInvoker
getMessageHandler, setMessageHandlerMethods inherited from interface org.qbicc.machine.tool.ToolInvoker
getPath, getWorkingDirectory, invoke, setWorkingDirectory
-
Method Details
-
getTool
LlvmToolChain getTool()- Specified by:
getToolin interfaceToolInvoker
-
setSource
-
getSource
InputSource getSource() -
setDestination
-
getDestination
OutputDestination getDestination() -
invokerAsDestination
OutputDestination invokerAsDestination()Get an output destination that invokes this invoker. The invoker should not be modified before using the output destination.- Returns:
- the output destination
-