Home
last modified time | relevance | path

Searched defs:source_root (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py17 script_name, source_root, test_path = get_libcxx_paths() variable
H A Dgenerate_feature_test_macro_components.py22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
/llvm-project-15.0.7/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake1234 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
1249 set(source_root "${LLVM_MAIN_SRC_DIR}") variable
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTest.py204 def __init__(self, name, source_root, exec_root, config): argument