LLVM: lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

10

12

13using namespace llvm;

15

17 Dumper.dump(*this);

18}

19

virtual void dump(const PDBSymbolAnnotation &Symbol)

virtual void dumpRight(const PDBSymbolTypeArray &Symbol)

void dump(PDBSymDumper &Dumper) const override

Dumps the contents of a symbol a raw_ostream.

Definition PDBSymbolTypePointer.cpp:16

void dumpRight(PDBSymDumper &Dumper) const override

For certain PDBSymbolTypes, dumps additional information for the type that normally goes on the right...

Definition PDBSymbolTypePointer.cpp:20

This is an optimization pass for GlobalISel generic memory operations.