MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / SetUnnamedAddress

Function SetUnnamedAddress

crates/rustc_codegen_nvvm/src/llvm.rs:164–168  ·  view source on GitHub ↗
(global: &'_ Value, unnamed: UnnamedAddr)

Source from the content-addressed store, hash-verified

162}
163
164pub(crate) fn SetUnnamedAddress(global: &'_ Value, unnamed: UnnamedAddr) {
165 unsafe {
166 LLVMSetUnnamedAddress(global, unnamed);
167 }
168}
169
170pub(crate) type Bool = c_uint;
171

Callers 3

static_addr_of_mutMethod · 0.85
declare_fnMethod · 0.85
insert_intrinsicMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected