Enum llvm_sys::analysis::LLVMVerifierFailureAction [−][src]
#[repr(C)]
pub enum LLVMVerifierFailureAction {
LLVMAbortProcessAction,
LLVMPrintMessageAction,
LLVMReturnStatusAction,
}Variants
Print to stderr and abort the process.
Print to stderr and return 1.
Return 1 and print nothing.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMVerifierFailureActionimpl Send for LLVMVerifierFailureActionimpl Sync for LLVMVerifierFailureActionimpl Unpin for LLVMVerifierFailureActionimpl UnwindSafe for LLVMVerifierFailureActionBlanket Implementations
Mutably borrows from an owned value. Read more