Enum llvm_link::PIC [] [src]

pub enum PIC {
    Static,
    Dynamic,
    DynamicNoPIC,
    Default,
}

CodeGeneration Model

Determine Position Independent Code Model. for more information please see LLVM Reference docs

Variants

Trait Implementations

impl Copy for PIC
[src]

impl Clone for PIC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PIC
[src]

Formats the value using the given formatter.

impl Default for PIC
[src]

Return's PIC::Default

impl Into<lto_codegen_model> for PIC
[src]

Performs the conversion.