Enum rustc::lib::llvm::Metadata[src]
pub enum Metadata {
MD_dbg,
MD_tbaa,
MD_prof,
MD_fpmath,
MD_range,
MD_tbaa_struct,
}Variants
MD_dbg | |
MD_tbaa | |
MD_prof | |
MD_fpmath | |
MD_range | |
MD_tbaa_struct |
pub enum Metadata {
MD_dbg,
MD_tbaa,
MD_prof,
MD_fpmath,
MD_range,
MD_tbaa_struct,
}MD_dbg | |
MD_tbaa | |
MD_prof | |
MD_fpmath | |
MD_range | |
MD_tbaa_struct |
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).