Home
last modified time | relevance | path

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

/llvm-project/mlir/utils/vscode/src/
H A DmlirContext.ts251 let filePattern: vscode.GlobPattern = '**/*.' + languageName; global() variable
343 let filePattern: vscode.GlobPattern = '**/' + filePath; global() variable
/llvm-project/lld/ELF/
H A DScriptParser.cpp762 readInputSectionRules(StringRef filePattern,uint64_t withFlags,uint64_t withoutFlags) readInputSectionRules() argument