dextool v3.1.0 (2021-05-10T21:15:40Z)
Dub
Repo
LxMessage
llvm_hiwrap
types
ptr to a null terminated array of null terminated C strings.
struct
LxMessage {
char
*
rawPtr
;
this(this)
;
~this
();
const
(
char
)[]
toChar
();
}
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
rawPtr
Members
Functions
toChar
const
(
char
)[]
toChar
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
rawPtr
char
*
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
ptr to a null terminated array of null terminated C strings.