Searched refs:subpath (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | discovery.py | 216 subpath = path_in_suite + (filename,) 217 file_execpath = ts.getExecPath(subpath) 239 subiter = getTestsInSuite(ts, subpath, litConfig, testSuiteCache,
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 507 static bool ScanBracketedRange(llvm::StringRef subpath, in ScanBracketedRange() argument 513 const size_t open_bracket_index = subpath.find('['); in ScanBracketedRange() 520 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange() 527 var_name_final_if_array_range = subpath.data() + open_bracket_index; in ScanBracketedRange() 535 const size_t separator_index = subpath.find('-', open_bracket_index + 1); in ScanBracketedRange() 538 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange() 546 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange() 547 const char *index_higher_cstr = subpath.data() + separator_index + 1; in ScanBracketedRange() 738 llvm::StringRef subpath(entry.string); in DumpValue() local 751 ScanBracketedRange(subpath, close_bracket_index, in DumpValue() [all …]
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | AddLLDB.cmake | 339 set(subpath "LLDB.framework/Resources/debugserver") variable 340 set(path_shared "${xcode_dev_dir}/../SharedFrameworks/${subpath}") 341 set(path_private "${xcode_dev_dir}/Library/PrivateFrameworks/${subpath}")
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | lit.rst | 501 test file and a subpath to identify the virtual test.
|