LLVM 19.0.0git
Static Public Member Functions | Friends | List of all members
llvm::LocalAsMetadata Class Reference

#include "llvm/IR/Metadata.h"

Inheritance diagram for llvm::LocalAsMetadata:
Inheritance graph
[legend]

Static Public Member Functions

static LocalAsMetadataget (Value *Local)
 
static LocalAsMetadatagetIfExists (Value *Local)
 
static bool classof (const Metadata *MD)
 

Friends

class ValueAsMetadata
 

Additional Inherited Members

 Active type of storage. More...

Detailed Description

Definition at line 545 of file Metadata.h.

Member Function Documentation

◆ classof()

static bool llvm::LocalAsMetadata::classof ( const Metadata MD)
inlinestatic

Definition at line 562 of file Metadata.h.

References llvm::Metadata::getMetadataID().

◆ get()

static LocalAsMetadata * llvm::LocalAsMetadata::get ( Value Local)
inlinestatic

Definition at line 554 of file Metadata.h.

References llvm::ValueAsMetadata::getLocal().

Referenced by LLVMMDNodeInContext().

◆ getIfExists()

static LocalAsMetadata * llvm::LocalAsMetadata::getIfExists ( Value Local)
inlinestatic

Friends And Related Function Documentation

◆ ValueAsMetadata

friend class ValueAsMetadata
friend

Definition at line 546 of file Metadata.h.


The documentation for this class was generated from the following file: