Struct rustc_llvm::ObjectFileUnstable [-] [+] [src]

pub struct ObjectFile {
    pub llof: ObjectFileRef,
}

Fields

llof

Methods

impl ObjectFile

fn new(llmb: MemoryBufferRef) -> Option<ObjectFile>

Trait Implementations

impl Drop for ObjectFile

fn drop(&mut self)