|
LLVM
3.7.0
|
Generic tagged DWARF-like metadata node. More...
#include <DebugInfoMetadata.h>
Static Public Member Functions | |
| static bool | classof (const Metadata *MD) |
Static Public Member Functions inherited from llvm::DINode | |
| static unsigned | getFlag (StringRef Flag) |
| static const char * | getFlagString (unsigned Flag) |
| static unsigned | splitFlags (unsigned Flags, SmallVectorImpl< unsigned > &SplitFlags) |
| Split up a flags bitfield. More... | |
| static bool | classof (const Metadata *MD) |
Static Public Member Functions inherited from llvm::MDNode | |
| static MDTuple * | get (LLVMContext &Context, ArrayRef< Metadata * > MDs) |
| static MDTuple * | getIfExists (LLVMContext &Context, ArrayRef< Metadata * > MDs) |
| static MDTuple * | getDistinct (LLVMContext &Context, ArrayRef< Metadata * > MDs) |
| static TempMDTuple | getTemporary (LLVMContext &Context, ArrayRef< Metadata * > MDs) |
| static void | deleteTemporary (MDNode *N) |
| Deallocate a node created by getTemporary. More... | |
| template<class T > | |
| static std::enable_if < std::is_base_of< MDNode, T > ::value, T * >::type | replaceWithPermanent (std::unique_ptr< T, TempMDNodeDeleter > N) |
| Replace a temporary node with a permanent one. More... | |
| template<class T > | |
| static std::enable_if < std::is_base_of< MDNode, T > ::value, T * >::type | replaceWithUniqued (std::unique_ptr< T, TempMDNodeDeleter > N) |
| Replace a temporary node with a uniqued one. More... | |
| template<class T > | |
| static std::enable_if < std::is_base_of< MDNode, T > ::value, T * >::type | replaceWithDistinct (std::unique_ptr< T, TempMDNodeDeleter > N) |
| Replace a temporary node with a distinct one. More... | |
| static bool | classof (const Metadata *MD) |
| Methods for support type inquiry through isa, cast, and dyn_cast: More... | |
| static MDNode * | concatenate (MDNode *A, MDNode *B) |
| Methods for metadata merging. More... | |
| static MDNode * | intersect (MDNode *A, MDNode *B) |
| static MDNode * | getMostGenericTBAA (MDNode *A, MDNode *B) |
| static MDNode * | getMostGenericFPMath (MDNode *A, MDNode *B) |
| static MDNode * | getMostGenericRange (MDNode *A, MDNode *B) |
| static MDNode * | getMostGenericAliasScope (MDNode *A, MDNode *B) |
Public Attributes | |
| unsigned | Tag |
| unsigned MDString * | Header |
| unsigned MDString ArrayRef < Metadata * > | DwarfOps |
| unsigned MDString ArrayRef < Metadata * > | Tag |
| unsigned MDString ArrayRef < Metadata * > | Header |
Friends | |
| class | LLVMContextImpl |
| class | MDNode |
Generic tagged DWARF-like metadata node.
An un-specialized DWARF-like metadata node. The first operand is a (possibly empty) null-separated MDString header that contains arbitrary fields. The remaining operands are dwarf_operands(), and are pointers to other metadata.
Definition at line 244 of file DebugInfoMetadata.h.
Definition at line 306 of file DebugInfoMetadata.h.
References llvm::Metadata::GenericDINodeKind, and llvm::Metadata::getMetadataID().
|
inline |
Return a (temporary) clone of this.
Definition at line 287 of file DebugInfoMetadata.h.
| llvm::GenericDINode::DEFINE_MDNODE_GET | ( | GenericDINode | , |
| (unsigned Tag, StringRef Header,ArrayRef< Metadata * > DwarfOps) | , | ||
| (Tag, Header, DwarfOps) | |||
| ) |
|
inline |
Definition at line 292 of file DebugInfoMetadata.h.
References llvm::MDNode::op_begin().
Referenced by dwarf_operands().
|
inline |
Definition at line 293 of file DebugInfoMetadata.h.
References llvm::MDNode::op_end().
Referenced by dwarf_operands().
|
inline |
Definition at line 294 of file DebugInfoMetadata.h.
References dwarf_op_begin(), and dwarf_op_end().
Definition at line 299 of file DebugInfoMetadata.h.
References llvm::MDNode::getOperand().
|
inline |
Definition at line 277 of file DebugInfoMetadata.h.
References llvm::Metadata::SubclassData32.
|
inline |
Definition at line 290 of file DebugInfoMetadata.h.
References llvm::DINode::getStringOperand().
Referenced by llvm::MDNodeKeyImpl< GenericDINode >::isKeyOf().
|
inline |
Definition at line 298 of file DebugInfoMetadata.h.
References llvm::MDNode::getNumOperands().
|
inline |
Definition at line 289 of file DebugInfoMetadata.h.
References llvm::Metadata::SubclassData16.
Referenced by llvm::MDNodeKeyImpl< GenericDINode >::isKeyOf(), and WriteGenericDINode().
Definition at line 302 of file DebugInfoMetadata.h.
References llvm::MDNode::replaceOperandWith().
|
friend |
Definition at line 245 of file DebugInfoMetadata.h.
|
friend |
Definition at line 246 of file DebugInfoMetadata.h.
Definition at line 282 of file DebugInfoMetadata.h.
Definition at line 282 of file DebugInfoMetadata.h.
Definition at line 282 of file DebugInfoMetadata.h.
| unsigned llvm::GenericDINode::Tag |
Definition at line 282 of file DebugInfoMetadata.h.
Definition at line 282 of file DebugInfoMetadata.h.
1.8.6