Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/utils/vscode/src/
H A DmlirContext.ts237 let filePattern: vscode.GlobPattern = '**/*.' + languageName; variable
240 filePattern = new vscode.RelativePattern(workspaceFolder, filePattern);
271 fileEvents : vscode.workspace.createFileSystemWatcher(filePattern)
329 let filePattern: vscode.GlobPattern = '**/' + filePath; variable
331 filePattern = new vscode.RelativePattern(workspaceFolder, filePattern);
333 let foundUris = await vscode.workspace.findFiles(filePattern, null, 1);
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h190 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
192 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand()
H A DScriptParser.cpp103 InputSectionDescription *readInputSectionRules(StringRef filePattern,
727 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
730 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()