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
StaticDynamicDynamicNoPICDefaultTrait Implementations
impl Copy for PIC[src]
impl Clone for PIC[src]
fn clone(&self) -> PIC
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for PIC[src]
impl Default for PIC[src]
impl Into<lto_codegen_model> for PIC[src]
fn into(self) -> lto_codegen_model
Performs the conversion.