class DIObjCProperty
Declaration
class DIObjCProperty : public DINode { /* full declaration omitted */ };
Description
Tagged DWARF-like metadata node. A metadata node with a DWARF tag (i.e., a constant named \c DW_TAG_*, defined in llvm/BinaryFormat/Dwarf.h). Called \a DINode because it's potentially used for non-DWARF output.
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2913
Inherits from: DINode
Member Variables
Inherited from Metadata:
Method Overview
- public static bool classof(const llvm::Metadata * MD)
- public llvm::TempDIObjCProperty clone() const
- public unsigned int getAttributes() const
- public llvm::StringRef getDirectory() const
- public llvm::DIFile * getFile() const
- public llvm::StringRef getFilename() const
- public llvm::StringRef getGetterName() const
- public unsigned int getLine() const
- public llvm::StringRef getName() const
- public llvm::Metadata * getRawFile() const
- public llvm::MDString * getRawGetterName() const
- public llvm::MDString * getRawName() const
- public llvm::MDString * getRawSetterName() const
- public llvm::Metadata * getRawType() const
- public llvm::StringRef getSetterName() const
- public Optional<llvm::StringRef> getSource() const
- public llvm::DIType * getType() const
Inherited from DINode:
- public classof
- protected getCanonicalMDString
- public getFlag
- public getFlagString
- protected getOperandAs
- protected getStringOperand
- public getTag
- protected setTag
- public splitFlags
Inherited from MDNode:
- public classof
- public clone
- public concatenate
- public deleteTemporary
- protected dropAllReferences
- public get
- public getContext
- public getDistinct
- public getIfExists
- public getMostGenericAliasScope
- public getMostGenericAlignmentOrDereferenceable
- public getMostGenericFPMath
- public getMostGenericRange
- public getMostGenericTBAA
- public getNumOperands
- public getOperand
- public getTemporary
- public intersect
- public isDistinct
- public isResolved
- public isTBAAVtableAccess
- public isTemporary
- public isUniqued
- protected mutable_begin
- protected mutable_end
- public mutable_operands
- public op_begin
- public op_end
- public operands
- public replaceAllUsesWith
- public replaceOperandWith
- public replaceWithDistinct
- public replaceWithPermanent
- public replaceWithUniqued
- public resolve
- public resolveCycles
- protected setOperand
- protected storeDistinctInContext
- protected storeImpl
- protected storeImpl
Inherited from Metadata:
- public dump
- public dump
- public getMetadataID
- protected handleChangedOperand
- public print
- public print
- public printAsOperand
- public printAsOperand
Methods
¶static bool classof(const llvm::Metadata* MD)
static bool classof(const llvm::Metadata* MD)
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2996
Parameters
- const llvm::Metadata* MD
¶llvm::TempDIObjCProperty clone() const
llvm::TempDIObjCProperty clone() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2962
¶unsigned int getAttributes() const
unsigned int getAttributes() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2965
¶llvm::StringRef getDirectory() const
llvm::StringRef getDirectory() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2978
¶llvm::DIFile* getFile() const
llvm::DIFile* getFile() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2967
¶llvm::StringRef getFilename() const
llvm::StringRef getFilename() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2972
¶llvm::StringRef getGetterName() const
llvm::StringRef getGetterName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2968
¶unsigned int getLine() const
unsigned int getLine() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2964
¶llvm::StringRef getName() const
llvm::StringRef getName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2966
¶llvm::Metadata* getRawFile() const
llvm::Metadata* getRawFile() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2991
¶llvm::MDString* getRawGetterName() const
llvm::MDString* getRawGetterName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2992
¶llvm::MDString* getRawName() const
llvm::MDString* getRawName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2990
¶llvm::MDString* getRawSetterName() const
llvm::MDString* getRawSetterName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2993
¶llvm::Metadata* getRawType() const
llvm::Metadata* getRawType() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2994
¶llvm::StringRef getSetterName() const
llvm::StringRef getSetterName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2969
¶Optional<llvm::StringRef> getSource() const
Optional<llvm::StringRef> getSource() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2984
¶llvm::DIType* getType() const
llvm::DIType* getType() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2970