class DIModule
Declaration
class DIModule : public DIScope { /* full declaration omitted */ };
Description
A (clang) module that has been imported by the compile unit.
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2077
Inherits from: DIScope
Member Variables
Inherited from Metadata:
Method Overview
- public static bool classof(const llvm::Metadata * MD)
- public llvm::TempDIModule clone() const
- public llvm::StringRef getConfigurationMacros() const
- public llvm::StringRef getIncludePath() const
- public llvm::StringRef getName() const
- public llvm::MDString * getRawConfigurationMacros() const
- public llvm::MDString * getRawIncludePath() const
- public llvm::MDString * getRawName() const
- public llvm::Metadata * getRawScope() const
- public llvm::MDString * getRawSysRoot() const
- public llvm::DIScope * getScope() const
- public llvm::StringRef getSysRoot() const
Inherited from DIScope:
- public classof
- public getDirectory
- public getFile
- public getFilename
- public getName
- public getRawFile
- public getScope
- public getSource
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:2130
Parameters
- const llvm::Metadata* MD
¶llvm::TempDIModule clone() const
llvm::TempDIModule clone() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2116
¶llvm::StringRef getConfigurationMacros() const
llvm::StringRef getConfigurationMacros() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2120
¶llvm::StringRef getIncludePath() const
llvm::StringRef getIncludePath() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2121
¶llvm::StringRef getName() const
llvm::StringRef getName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2119
¶llvm::MDString* getRawConfigurationMacros() const
llvm::MDString* getRawConfigurationMacros() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2126
¶llvm::MDString* getRawIncludePath() const
llvm::MDString* getRawIncludePath() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2127
¶llvm::MDString* getRawName() const
llvm::MDString* getRawName() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2125
¶llvm::Metadata* getRawScope() const
llvm::Metadata* getRawScope() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2124
¶llvm::MDString* getRawSysRoot() const
llvm::MDString* getRawSysRoot() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2128
¶llvm::DIScope* getScope() const
llvm::DIScope* getScope() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2118
¶llvm::StringRef getSysRoot() const
llvm::StringRef getSysRoot() const
Declared at: llvm/include/llvm/IR/DebugInfoMetadata.h:2122