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

Go to the documentation of this file.

1

2

3

4

5

6

7

8

10

14

15using namespace llvm;

17

21 return std::string();

22 return std::string(Value.Value.String);

23}

24

26 Dumper.dump(*this);

27}

LLVM Value Representation.

LLVM_ABI Value(Type *Ty, unsigned scid)

virtual void dump(const PDBSymbolAnnotation &Symbol)

void dump(PDBSymDumper &Dumper) const override

Dumps the contents of a symbol a raw_ostream.

Definition PDBSymbolCompilandEnv.cpp:25

std::string getValue() const

Definition PDBSymbolCompilandEnv.cpp:18

IPDBRawSymbol * RawSymbol

This is an optimization pass for GlobalISel generic memory operations.