Struct rustc::lib::llvm::TypeNames[src]

pub struct TypeNames {
    // some fields omitted
}

Methods

impl TypeNames

fn new() -> TypeNames

fn associate_type(&self, s: &str, t: &Type)

fn find_type(&self, s: &str) -> Option<Type>

fn type_to_str(&self, ty: Type) -> String

fn types_to_str(&self, tys: &[Type]) -> String

fn val_to_str(&self, val: ValueRef) -> String