We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60635e3 commit 0d7c694Copy full SHA for 0d7c694
llvm/include/llvm/IR/DebugInfo.h
@@ -29,22 +29,9 @@
29
#include <iterator>
30
31
namespace llvm {
32
-class BasicBlock;
33
-class Constant;
34
-class Function;
35
-class GlobalVariable;
36
class Module;
37
-class Type;
38
-class Value;
39
class DbgDeclareInst;
40
class DbgValueInst;
41
-class Instruction;
42
-class Metadata;
43
-class MDNode;
44
-class MDString;
45
-class NamedMDNode;
46
-class LLVMContext;
47
-class raw_ostream;
48
49
/// \brief Maps from type identifier to the actual MDNode.
50
typedef DenseMap<const MDString *, MDNode *> DITypeIdentifierMap;
0 commit comments