Pointer to the context, with optional RAUW support.
Synopsis
Declared in <llvm/IR/Metadata.h>
class ContextAndReplaceableUses;
Description
Either a raw (non‐null) pointer to the LLVMContext, or an owned pointer to ReplaceableMetadataImpl (which has a reference to LLVMContext).
Member Functions
Name |
Description |
|
Constructors |
|
Destroy owned replaceable‐uses support, if any. |
Assignment operators |
|
Return the |
|
Ensure that this has RAUW support, and then return it. |
|
Return replaceable‐uses support if present, else null. |
|
Whether this contains RAUW support. |
|
Assign RAUW support to this. |
|
Drop RAUW support. |
|
Convert to the associated |
Created with MrDocs