Home
last modified time | relevance | path

Searched defs:filePattern (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/utils/vscode/src/
H A DmlirContext.ts237 let filePattern: vscode.GlobPattern = '**/*.' + languageName; variable
329 let filePattern: vscode.GlobPattern = '**/' + filePath; variable
/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp727 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules()