Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
Dconfig.py35 self.with_environment('PATH', path, append_path=True)
87 self.with_environment(
101 self.with_environment(
104 def with_environment(self, variable, value, append_path=False): member in LLVMConfig
143 self.with_environment(v, value, append_path)
374 self.with_environment('PATH', paths, append_path=True)
377 self.with_environment('LD_LIBRARY_PATH', paths, append_path=True)
462 self.with_environment('PATH', tool_dirs, append_path=True)
463 self.with_environment('LD_LIBRARY_PATH', lib_dirs, append_path=True)
/external/swiftshader/third_party/llvm-7.0/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')