Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/release/
H A Dbump-version.py166 source_root = Path(__file__).resolve().parents[3] global() variable
169 source_root = Path(args.source_root).resolve() global() variable
/llvm-project/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake1364 set(source_root "${LLVM_MAIN_SRC_DIR}") global() variable
1381 set(source_root "${LLVM_MAIN_SRC_DIR}") global() variable
/llvm-project/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py35 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
/llvm-project/llvm/utils/lit/lit/
H A DTest.py210 def __init__(self, name, source_root, exec_root, config): argument