LLVM  4.0.0
PDBExtras.h
Go to the documentation of this file.
1 //===- PDBExtras.h - helper functions and classes for PDBs -------*- 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_PDBEXTRAS_H
11 #define LLVM_DEBUGINFO_PDB_PDBEXTRAS_H
12 
13 #include "PDBTypes.h"
16 #include <unordered_map>
17 
18 namespace llvm {
19 
20 namespace pdb {
21 typedef std::unordered_map<PDB_SymType, int> TagStats;
22 
29 raw_ostream &operator<<(raw_ostream &OS, const PDB_Checksum &Checksum);
30 raw_ostream &operator<<(raw_ostream &OS, const PDB_Lang &Lang);
36 
40 }
41 }
42 
43 #endif
PDB_UdtType
These values correspond to the UdtKind enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/wcstk66t.aspx.
Definition: PDBTypes.h:216
PDB_Checksum
Specifies the hash algorithm that a source file from a PDB was hashed with.
Definition: PDBTypes.h:103
raw_ostream & operator<<(raw_ostream &OS, const PDB_VariantType &Value)
Definition: PDBExtras.cpp:25
Reg
All possible values of the reg field in the ModR/M byte.
block placement Basic Block Placement Stats
COFF::MachineTypes Machine
Definition: COFFYAML.cpp:303
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bkedss5f.aspx.
Definition: PDBTypes.h:162
The instances of the Type class are immutable: once they are created, they are never changed...
Definition: Type.h:45
Defines a 128-bit unique identifier.
Definition: RawTypes.h:265
PDB_DataKind
These values correspond to the DataKind enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/b2x2t313.aspx.
Definition: PDBTypes.h:147
PDB_LocType
These values correspond to the LocationType enumeration, and are documented here: https://msdn...
Definition: PDBTypes.h:199
SourceLanguage
These values correspond to the CV_CFL_LANG enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bw3aekw6.aspx.
Definition: CodeView.h:137
PDB_VariantType
Definition: PDBTypes.h:258
ThunkOrdinal
These values correspond to the THUNK_ORDINAL enumeration.
Definition: CodeView.h:528
LLVM Value Representation.
Definition: Value.h:71
CallingConvention
These values correspond to the CV_call_e enumeration, and are documented at the following locations: ...
Definition: CodeView.h:162
This class implements an extremely fast bulk output stream that can only output to a stream...
Definition: raw_ostream.h:44
std::unordered_map< PDB_SymType, int > TagStats
Definition: PDBExtras.h:21
const uint64_t Version
Definition: InstrProf.h:799
PDB_MemberAccess
Definition: PDBTypes.h:249