Searched refs:filePattern (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/utils/vscode/src/ |
| H A D | mlirContext.ts | 237 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 D | LinkerScript.h | 190 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0, 192 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand()
|
| H A D | ScriptParser.cpp | 103 InputSectionDescription *readInputSectionRules(StringRef filePattern, 727 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument 730 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()
|