class DIGlobalVariable
Declaration
class DIGlobalVariable : public DIVariable { /* full declaration omitted */ };
Description
Global variables. TODO: Remove DisplayName. It's always equal to Name.
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2623
Inherits from: DIVariable
Member Variables
Inherited from Metadata:
Method Overview
- public static bool classof(const llvm::Metadata * MD)
- public llvm::TempDIGlobalVariable clone() const
- public llvm::StringRef getDisplayName() const
- public llvm::StringRef getLinkageName() const
- public llvm::MDString * getRawLinkageName() const
- public llvm::Metadata * getRawStaticDataMemberDeclaration() const
- public llvm::Metadata * getRawTemplateParams() const
- public llvm::DIDerivedType * getStaticDataMemberDeclaration() const
- public llvm::MDTuple * getTemplateParams() const
- public bool isDefinition() const
- public bool isLocalToUnit() const
Inherited from DIVariable:
- public classof
- public getAlignInBits
- public getAlignInBytes
- public getDirectory
- public getFile
- public getFilename
- public getLine
- public getName
- public getRawFile
- public getRawName
- public getRawScope
- public getRawType
- public getScope
- public getSignedness
- public getSizeInBits
- public getSource
- public getType
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:2698
Parameters
- const llvm::Metadata* MD
¶llvm::TempDIGlobalVariable clone() const
llvm::TempDIGlobalVariable clone() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2683
¶llvm::StringRef getDisplayName() const
llvm::StringRef getDisplayName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2687
¶llvm::StringRef getLinkageName() const
llvm::StringRef getLinkageName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2688
¶llvm::MDString* getRawLinkageName() const
llvm::MDString* getRawLinkageName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2693
¶llvm::Metadata*
getRawStaticDataMemberDeclaration() const
llvm::Metadata*
getRawStaticDataMemberDeclaration() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2694
¶llvm::Metadata* getRawTemplateParams() const
llvm::Metadata* getRawTemplateParams() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2695
¶llvm::DIDerivedType*
getStaticDataMemberDeclaration() const
llvm::DIDerivedType*
getStaticDataMemberDeclaration() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2689
¶llvm::MDTuple* getTemplateParams() const
llvm::MDTuple* getTemplateParams() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2696
¶bool isDefinition() const
bool isDefinition() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2686
¶bool isLocalToUnit() const
bool isLocalToUnit() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2685