Enum llvm_sys::LLVMUnnamedAddr [−][src]
#[repr(C)]
pub enum LLVMUnnamedAddr {
LLVMNoUnnamedAddr,
LLVMLocalUnnamedAddr,
LLVMGlobalUnnamedAddr,
}
Variants
Address of the GV is significant.
Address of the GV is locally insignificant.
Address of the GV is globally insignificant.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMUnnamedAddr
impl Send for LLVMUnnamedAddr
impl Sync for LLVMUnnamedAddr
impl Unpin for LLVMUnnamedAddr
impl UnwindSafe for LLVMUnnamedAddr
Blanket Implementations
Mutably borrows from an owned value. Read more