Enum llvm_sys::LLVMUnnamedAddr
source · #[repr(C)]
pub enum LLVMUnnamedAddr {
LLVMNoUnnamedAddr,
LLVMLocalUnnamedAddr,
LLVMGlobalUnnamedAddr,
}
Variants§
LLVMNoUnnamedAddr
Address of the GV is significant.
LLVMLocalUnnamedAddr
Address of the GV is locally insignificant.
LLVMGlobalUnnamedAddr
Address of the GV is globally insignificant.
Trait Implementations§
source§impl Clone for LLVMUnnamedAddr
impl Clone for LLVMUnnamedAddr
source§fn clone(&self) -> LLVMUnnamedAddr
fn clone(&self) -> LLVMUnnamedAddr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more