Searched defs:source_root (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/release/ |
H A D | bump-version.py | 162 source_root = Path(__file__).resolve().parents[3] variable 165 source_root = Path(args.source_root).resolve() variable
|
/openbsd-src/gnu/llvm/libcxx/utils/ |
H A D | generate_header_inclusion_tests.py | 17 script_name, source_root, test_path = get_libcxx_paths() variable
|
H A D | generate_feature_test_macro_components.py | 22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
|
/openbsd-src/gnu/llvm/llvm/cmake/modules/ |
H A D | HandleLLVMOptions.cmake | 1252 set(source_root "${LLVM_MAIN_SRC_DIR}") variable 1267 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | Test.py | 204 def __init__(self, name, source_root, exec_root, config): argument
|