Searched refs:sourcepath (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 1142 sourcepath = test.getSourcePath() 1143 sourcedir = os.path.dirname(sourcepath) 1147 sourcepath = sourcepath.replace('\\', '/') 1156 substitutions.extend([('%s', sourcepath), 1172 ('%/s', sourcepath.replace('\\', '/')), 1187 regex_escape(sourcepath.replace('\\', '/'))), 1201 ('%:s', colonNormalizePath(sourcepath)), 1545 def _parseKeywords(sourcepath, additional_parsers=[], argument 1581 parseIntegratedTestScriptCommands(sourcepath,
|
| /llvm-project-15.0.7/llvm/utils/UpdateTestChecks/ |
| H A D | common.py | 271 def getSubstitutions(sourcepath): argument 272 sourcedir = os.path.dirname(sourcepath) 273 return [('%s', sourcepath),
|