class DILabel
Declaration
class DILabel : public DINode { /* full declaration omitted */ };
Description
Label.
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2845
Inherits from: DINode
Member Variables
Inherited from Metadata:
Method Overview
- public static bool classof(const llvm::Metadata * MD)
- public llvm::TempDILabel clone() const
- public llvm::DIFile * getFile() const
- public unsigned int getLine() const
- public llvm::StringRef getName() const
- public llvm::Metadata * getRawFile() const
- public llvm::MDString * getRawName() const
- public llvm::Metadata * getRawScope() const
- public llvm::DILocalScope * getScope() const
- public bool isValidLocationForIntrinsic(const llvm::DILocation * DL) 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:2908
Parameters
- const llvm::Metadata* MD
¶llvm::TempDILabel clone() const
llvm::TempDILabel clone() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2883
¶llvm::DIFile* getFile() const
llvm::DIFile* getFile() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2893
¶unsigned int getLine() const
unsigned int getLine() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2891
¶llvm::StringRef getName() const
llvm::StringRef getName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2892
¶llvm::Metadata* getRawFile() const
llvm::Metadata* getRawFile() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2897
¶llvm::MDString* getRawName() const
llvm::MDString* getRawName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2896
¶llvm::Metadata* getRawScope() const
llvm::Metadata* getRawScope() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2895
¶llvm::DILocalScope* getScope() const
llvm::DILocalScope* getScope() const
Description
Get the local scope for this label. Labels must be defined in a local scope.
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2888
¶bool isValidLocationForIntrinsic(
const llvm::DILocation* DL) const
bool isValidLocationForIntrinsic(
const llvm::DILocation* DL) const
Description
Check that a location is valid for this label. Check that \c DL exists, is in the same subprogram, and has the same inlined-at location as \c this. (Otherwise, it's not a valid attachment to a \a DbgInfoIntrinsic.)
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2904
Parameters
- const llvm::DILocation* DL