Home
last modified time | relevance | path

Searched refs:run_llvm_config (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clang-sys/build/
Dstatic.rs46 common::run_llvm_config(&["--libs"]) in get_llvm_libraries()
113 let mode = common::run_llvm_config(&["--shared-mode"]).map(|m| m.trim().to_owned()); in link()
123 common::run_llvm_config(&["--libdir"]).unwrap().trim_end() in link()
Dcommon.rs117 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config() function
267 if let Some(output) = run_llvm_config(&["--prefix"]) { in search_libclang_directories()
/third_party/rust/crates/clang-sys/src/
Dsupport.rs84 if let Ok(path) = run_llvm_config(&["--bindir"]) { in find()
191 fn run_llvm_config(arguments: &[&str]) -> Result<String, String> { in run_llvm_config() function
/third_party/rust/crates/clang-sys/
Dbuild.rs70 if let Some(output) = common::run_llvm_config(&["--includedir"]) { in main()