Home
last modified time | relevance | path

Searched refs:ViewPDLLCommand (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/utils/vscode/src/PDLL/
H A Dpdll.ts4 import {ViewPDLLCommand} from './commands/viewOutput';
11 context.subscriptions.push(new ViewPDLLCommand(mlirContext));
/llvm-project-15.0.7/mlir/utils/vscode/src/PDLL/commands/
H A DviewOutput.ts22 export class ViewPDLLCommand extends Command { class