LLVM  8.0.1
PDBSymbolCompilandEnv.h
Go to the documentation of this file.
1 //===- PDBSymbolCompilandEnv.h - compiland environment variables *- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLCOMPILANDENV_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLCOMPILANDENV_H
12 
13 #include "PDBSymbol.h"
14 #include "PDBTypes.h"
15 
16 namespace llvm {
17 
18 class raw_ostream;
19 namespace pdb {
22 public:
23  void dump(PDBSymDumper &Dumper) const override;
24 
25  FORWARD_SYMBOL_ID_METHOD(getLexicalParent)
27  std::string getValue() const;
28 };
29 
30 } // namespace llvm
31 }
32 
33 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLCOMPILANDENV_H
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
Definition: PDBSymbol.h:51
This class represents lattice values for constants.
Definition: AllocatorList.h:24
static StringRef getName(Value *V)
#define FORWARD_SYMBOL_METHOD(MethodName)
Definition: PDBSymbol.h:20
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
Definition: PDBSymbol.h:74
#define FORWARD_SYMBOL_ID_METHOD(MethodName)
Definition: PDBSymbol.h:39