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

4

5using namespace llvm;

7

8

14

16

21

24 RecurseIdFields);

29}

30

32

34

36

NativeRawSymbol(NativeSession &PDBSession, PDB_SymType Tag, SymIndexId SymbolId)

void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override

void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override

Definition NativeTypeVTShape.cpp:17

bool isUnalignedType() const override

Definition NativeTypeVTShape.cpp:35

bool isConstType() const override

Definition NativeTypeVTShape.cpp:31

NativeTypeVTShape(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::VFTableShapeRecord SR)

Definition NativeTypeVTShape.cpp:9

bool isVolatileType() const override

Definition NativeTypeVTShape.cpp:33

~NativeTypeVTShape() override

codeview::VFTableShapeRecord Record

uint32_t getCount() const override

Definition NativeTypeVTShape.cpp:37

This class implements an extremely fast bulk output stream that can only output to a stream.

void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent)

PDB_SymType

These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn....

LLVM_ABI void dumpSymbolIdField(raw_ostream &OS, StringRef Name, SymIndexId Value, int Indent, const IPDBSession &Session, PdbSymbolIdField FieldId, PdbSymbolIdField ShowFlags, PdbSymbolIdField RecurseFlags)

This is an optimization pass for GlobalISel generic memory operations.

OutputIt move(R &&Range, OutputIt Out)

Provide wrappers to std::move which take ranges instead of having to pass begin/end explicitly.

Implement std::hash so that hash_code can be used in STL containers.