Home
last modified time | relevance | path

Searched refs:with_environment (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/debuginfo-tests/
Dlit.cfg.py72 llvm_config.with_environment('_NT_SYMBOL_PATH', '')
86 llvm_config.with_environment('PATHTOCLANG', llvm_config.config.clang)
87 llvm_config.with_environment('PATHTOCLANGPP', llvm_config.use_llvm_tool('clang++'))
88 llvm_config.with_environment('PATHTOCLANGCL', llvm_config.use_llvm_tool('clang-cl'))
/external/llvm-project/flang/test/
Dlit.cfg.py56 llvm_config.with_environment('PATH', config.flang_tools_dir, append_path=True)
57 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
64 llvm_config.with_environment('PATH', config.flang_llvm_tools_dir, append_path=True)
/external/llvm-project/llvm/utils/lit/lit/llvm/
Dconfig.py31 self.with_environment('PATH', path, append_path=True)
97 self.with_environment(
117 self.with_environment(
120 def with_environment(self, variable, value, append_path=False): member in LLVMConfig
159 self.with_environment(v, value, append_path)
391 self.with_environment('PATH', paths, append_path=True)
397 self.with_environment('LD_LIBRARY_PATH', paths, append_path=True)
479 self.with_environment('PATH', paths, append_path=True)
485 self.with_environment('LD_LIBRARY_PATH', paths, append_path=True)
/external/llvm-project/llvm/test/
Dlit.cfg.py39 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
51 llvm_config.with_environment('OCAMLPATH', top_ocaml_lib, append_path=True)
52 llvm_config.with_environment('OCAMLPATH', llvm_ocaml_lib, append_path=True)
55 llvm_config.with_environment(
59 llvm_config.with_environment('OCAMLRUNPARAM', 'b')
/external/llvm-project/mlir/test/
Dlit.cfg.py54 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
103 llvm_config.with_environment('PYTHONPATH', [
/external/llvm-project/lldb/test/Unit/
Dlit.cfg.py27 llvm_config.with_environment('PATH', os.path.dirname(sys.executable), append_path=True)
/external/llvm-project/mlir/integration_test/
Dlit.cfg.py43 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
/external/tensorflow/tensorflow/compiler/mlir/
Drunlit.cfg.py67 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dlit.cfg.py67 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
/external/llvm-project/mlir/examples/standalone/test/
Dlit.cfg.py53 llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
/external/llvm-project/llvm/utils/lit/tests/
Dlit.cfg40 llvm_config.with_environment('PYTHONPATH', lit_path, append_path=True)
53 llvm_config.with_environment('PATH', directory, append_path=True)