Home
last modified time | relevance | path

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

/llvm-project/mlir/utils/vscode/src/MLIR/
H A DbytecodeProvider.ts135 class BytecodeDocument implements vscode.CustomDocument { class
147 vscode.CustomReadonlyEditorProvider<BytecodeDocument> {
150 Promise<BytecodeDocument> {
151 return new BytecodeDocument(uri);
154 public async resolveCustomEditor(document: BytecodeDocument,