Type Definition cranelift_codegen::ir::SourceLocs
source · [−]pub type SourceLocs = SecondaryMap<Inst, SourceLoc>;Expand description
Source locations for instructions.
pub type SourceLocs = SecondaryMap<Inst, SourceLoc>;Source locations for instructions.