Searched refs:PerlasmTask (Results 1 – 4 of 4) sorted by relevance
48 type PerlasmTask struct { struct53 func (t *PerlasmTask) Destination() string { return t.Dst } argument54 func (t *PerlasmTask) Run() ([]byte, error) { argument
108 addTask(list, &PerlasmTask{Src: p.Src, Dst: dst, Args: args})