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