Home | History | Annotate | Download | only in fipstools

Lines Matching refs:inputFile

30 // inputFile represents a textual assembly file.
31 type inputFile struct {
81 currentInput inputFile
102 func locateError(err error, with *node32, in inputFile) error {
112 func (d *delocation) processInput(input inputFile) (err error) {
1156 func transform(w stringWriter, inputs []inputFile) error {
1327 func parseInputs(inputs []inputFile) error {
1387 var inputs []inputFile
1389 inputs = append(inputs, inputFile{
1401 inputs = append(inputs, inputFile{
1533 func detectProcessor(input inputFile) processorType {