dextool v3.1.0 (2021-05-10T21:15:40Z)
Dub
Repo
LxValue
llvm_hiwrap
types
Represents an individual value in LLVM IR.
See: llvm-c/Types.h
struct
LxValue {
import
llvm
:
LLVMValueRef
;
;
LLVMValueRef
rawPtr
;
this
(LLVMValueRef v);
}
Constructors
this
this
(LLVMValueRef v)
Undocumented in source.
Alias This
rawPtr
Members
Variables
rawPtr
LLVMValueRef
rawPtr
;
Undocumented in source.
Meta
Source
See Implementation
llvm_hiwrap
types
enums
LxCallConv
LxDiagnosticSeverity
LxIntPredicate
LxOpcode
LxRealPredicate
LxTypeKind
LxValueKind
LxVerifierFailureAction
functions
toCallConv
structs
LxAttribute
LxBasicBlock
LxCompositeConstantValue
LxConstantGlobalValue
LxConstantValue
LxEntryBasicBlock
LxFunctionValue
LxGlobalAliasValue
LxGlobalValue
LxInstructionAllocaValue
LxInstructionCallValue
LxInstructionElementPtrValue
LxInstructionTerminatorValue
LxInstructionValue
LxMessage
LxMetadataNodeValue
LxMetadataStringValue
LxNamedMetadataNodeValue
LxNamedMetadataValue
LxOperandValue
LxResolvedNamedMetadataValue
LxScalarConstantValue
LxType
LxUseValue
LxUserValue
LxValue
Represents an individual value in LLVM IR.
See: llvm-c/Types.h