Module llvm_util

Source

Structsยง

LLVMFeature ๐Ÿ”’

Enumsยง

TargetFeatureFoldStrength ๐Ÿ”’

Staticsยง

INIT ๐Ÿ”’

Functionsยง

configure_llvm ๐Ÿ”’ โš 
get_host_cpu_name ๐Ÿ”’
Returns the host CPU name, according to LLVM.
get_version ๐Ÿ”’
global_llvm_features ๐Ÿ”’
The list of LLVM features computed from CLI flags (-Ctarget-cpu, -Ctarget-feature, --target and similar).
handle_native ๐Ÿ”’
If the given string is "native", returns the host CPU name according to LLVM. Otherwise, the string is returned as-is.
init ๐Ÿ”’
llvm_target_features ๐Ÿ”’
print ๐Ÿ”’
print_passes ๐Ÿ”’
print_target_cpus ๐Ÿ”’
print_target_features ๐Ÿ”’
print_version ๐Ÿ”’
require_inited ๐Ÿ”’
target_cpu ๐Ÿ”’
target_features_cfg ๐Ÿ”’
Used to generate cfg variables and apply features. Must express features in the way Rust understands them.
time_trace_profiler_finish ๐Ÿ”’
to_llvm_features ๐Ÿ”’
tune_cpu ๐Ÿ”’