|
LLVM
4.0.0
|
Pointer to the context, with optional RAUW support. More...
#include <Metadata.h>
Pointer to the context, with optional RAUW support.
Either a raw (non-null) pointer to the LLVMContext, or an owned pointer to ReplaceableMetadataImpl (which has a reference to LLVMContext).
Definition at line 736 of file Metadata.h.
|
inline |
Definition at line 740 of file Metadata.h.
|
inline |
Definition at line 741 of file Metadata.h.
References assert(), and getReplaceableUses().
|
delete |
|
delete |
|
delete |
|
inline |
Definition at line 752 of file Metadata.h.
References getReplaceableUses().
|
inline |
Definition at line 761 of file Metadata.h.
References llvm::ReplaceableMetadataImpl::getContext(), getReplaceableUses(), and hasReplaceableUses().
Referenced by getOrCreateReplaceableUses(), makeReplaceable(), and operator LLVMContext &().
|
inline |
Ensure that this has RAUW support, and then return it.
Definition at line 774 of file Metadata.h.
References getContext(), getReplaceableUses(), hasReplaceableUses(), and makeReplaceable().
|
inline |
Definition at line 767 of file Metadata.h.
References hasReplaceableUses().
Referenced by ContextAndReplaceableUses(), getContext(), getOrCreateReplaceableUses(), makeReplaceable(), takeReplaceableUses(), and ~ContextAndReplaceableUses().
|
inline |
Whether this contains RAUW support.
Definition at line 757 of file Metadata.h.
Referenced by getContext(), getOrCreateReplaceableUses(), getReplaceableUses(), and takeReplaceableUses().
|
inline |
Assign RAUW support to this.
Make this replaceable, taking ownership of ReplaceableUses (which must not be null).
Definition at line 785 of file Metadata.h.
References assert(), getContext(), and getReplaceableUses().
Referenced by getOrCreateReplaceableUses().
|
inline |
Definition at line 754 of file Metadata.h.
References getContext().
|
delete |
|
delete |
|
inline |
Drop RAUW support.
Cede ownership of RAUW support, returning it.
Definition at line 796 of file Metadata.h.
References assert(), getReplaceableUses(), and hasReplaceableUses().
1.8.6