LLVM: include/llvm/DebugInfo/PDB/PDBSymbolCustom.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9#ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLCUSTOM_H
10#define LLVM_DEBUGINFO_PDB_PDBSYMBOLCUSTOM_H
11
15
16namespace llvm {
17
18namespace pdb {
19
20
21
29
30}
31}
32
33#endif
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
This file defines the SmallVector class.
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
PDBSymbolCustom represents symbols that are compiler-specific and do not fit anywhere else in the lex...
Definition PDBSymbolCustom.h:22
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
void getDataBytes(llvm::SmallVector< uint8_t, 32 > &bytes)
PDBSymbol(const IPDBSession &PDBSession)
This is an optimization pass for GlobalISel generic memory operations.