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 7c7b77a commit c3730adCopy full SHA for c3730ad
llvm/lib/CodeGen/AsmPrinter/DIEHash.h
@@ -20,7 +20,6 @@
20
namespace llvm {
21
22
class AsmPrinter;
23
-class CompileUnit;
24
25
/// An object containing the capability of hashing and adding hash
26
/// attributes onto a DIE.
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
@@ -27,7 +27,6 @@
27
28
29
30
-class MachineLocation;
31
class MachineOperand;
32
class ConstantInt;
33
class ConstantFP;
llvm/lib/CodeGen/AsmPrinter/WinException.h
@@ -16,12 +16,10 @@
16
#include "EHStreamer.h"
17
18
19
-class Function;
class GlobalValue;
class MachineFunction;
class MCExpr;
class MCSection;
-class Value;
struct WinEHFuncInfo;
class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {
0 commit comments