Struct llvm_ir::instruction::Fence [−][src]
Expand description
Memory-ordering fence. See LLVM 12 docs on the ‘fence’ instruction
Fields
atomicity: Atomicitydebugloc: Option<DebugLoc>Trait Implementations
Performs the conversion.
Returns the DebugLoc associated with the given Instruction,
Terminator, GlobalVariable, or Function; or None if it doesn’t
have a DebugLoc. Read more
Auto Trait Implementations
impl RefUnwindSafe for Fenceimpl UnwindSafe for FenceBlanket Implementations
Mutably borrows from an owned value. Read more