[][src]Trait llir::values::InstructionDebugLoc

pub trait InstructionDebugLoc { }

InstructionDebugLoc is implemented whenever it is an instruction

Implementors

impl<'ctx> InstructionDebugLoc for BranchInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for Instruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for AllocaInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for BinaryInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for CallBrInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for CallInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for ConditionalBranchInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for ExtractValueInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for FCmpInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for GetElementPtrInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for ICmpInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for IndirectBranchInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for InsertValueInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for LoadInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for PhiInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for ReturnInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for SelectInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for StoreInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for SwitchInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for UnaryInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for UnconditionalBranchInstruction<'ctx>[src]

impl<'ctx> InstructionDebugLoc for UnreachableInstruction<'ctx>[src]

Loading content...