LLVM 19.0.0git
PDBSymbolCustom.cpp
Go to the documentation of this file.
1//===- PDBSymbolCustom.cpp - compiler-specific types ------------*- 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
13
14using namespace llvm;
15using namespace llvm::pdb;
16
18 RawSymbol->getDataBytes(bytes);
19}
20
21void PDBSymbolCustom::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); }
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
Definition: SmallVector.h:1209
virtual void getDataBytes(llvm::SmallVector< uint8_t, 32 > &bytes) const =0
virtual void dump(const PDBSymbolAnnotation &Symbol)
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
void getDataBytes(llvm::SmallVector< uint8_t, 32 > &bytes)
IPDBRawSymbol * RawSymbol
Definition: PDBSymbol.h:170
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18