Home
last modified time | relevance | path

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

/external/rust/crates/clang-sys/build/
Dstatic.rs35 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.rs94 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config() function
218 if let Some(output) = run_llvm_config(&["--prefix"]) { in search_libclang_directories()
/external/rust/crates/clang-sys/out/
Dcommon.rs94 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config() function
218 if let Some(output) = run_llvm_config(&["--prefix"]) { in search_libclang_directories()
/external/rust/crates/clang-sys/src/
Dsupport.rs86 if let Ok(path) = run_llvm_config(&["--bindir"]) { in find()
169 fn run_llvm_config(arguments: &[&str]) -> Result<String, String> { in run_llvm_config() function
/external/rust/crates/clang-sys/
Dbuild.rs81 if let Some(output) = common::run_llvm_config(&["--includedir"]) { in main()