Struct rustc_llvm::ObjectFile [] [src]

pub struct ObjectFile {
    pub llof: ObjectFileRef,
}
Unstable (rustc_private)

Fields

llof: ObjectFileRef
Unstable (rustc_private)

Methods

impl ObjectFile
[src]

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

Trait Implementations

impl Drop for ObjectFile
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more