LLVM 22.0.0git
PDBSymbolCompilandEnv.cpp
Go to the documentation of this file.
1//===- PDBSymbolCompilandEnv.cpp - compiland env variables ------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
10
14
15using namespace llvm;
16using namespace llvm::pdb;
17
19 Variant Value = RawSymbol->getValue();
21 return std::string();
22 return std::string(Value.Value.String);
23}
24
26 Dumper.dump(*this);
27}
LLVM Value Representation.
Definition Value.h:75
LLVM_ABI Value(Type *Ty, unsigned scid)
Definition Value.cpp:53
virtual void dump(const PDBSymbolAnnotation &Symbol)
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
IPDBRawSymbol * RawSymbol
Definition PDBSymbol.h:171
This is an optimization pass for GlobalISel generic memory operations.