Struct rustc::lib::llvm::TypeNames[src]
pub struct TypeNames {
// some fields omitted
}pub struct TypeNames {
// some fields omitted
}impl TypeNamesfn new() -> TypeNamesfn associate_type(&self, s: &str, t: &Type)fn find_type(&self, s: &str) -> Option<Type>fn type_to_str(&self, ty: Type) -> Stringfn types_to_str(&self, tys: &[Type]) -> Stringfn val_to_str(&self, val: ValueRef) -> String
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).