forked from OSchip/llvm-project
parent
41f14cf3e9
commit
36e54c9943
|
@ -16,12 +16,11 @@
|
|||
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/System/DataTypes.h"
|
||||
#include <map>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class StringRef;
|
||||
|
||||
/// This class provides a symbol table of name/type pairs with operations to
|
||||
/// support constructing, searching and iterating over the symbol table. The
|
||||
/// class derives from AbstractTypeUser so that the contents of the symbol
|
||||
|
|
Loading…
Reference in New Issue