LLVM 19.0.0git
NativeTypeBuiltin.h
Go to the documentation of this file.
1//===- NativeTypeBuiltin.h ---------------------------------------- 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
9#ifndef LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEBUILTIN_H
10#define LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEBUILTIN_H
11
13
15
16namespace llvm {
17namespace pdb {
18
19class NativeSession;
20
22public:
25 uint64_t L);
27
28 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
29 PdbSymbolIdField RecurseIdFields) const override;
30
31 PDB_SymType getSymTag() const override;
32
33 PDB_BuiltinType getBuiltinType() const override;
34 bool isConstType() const override;
35 uint64_t getLength() const override;
36 bool isUnalignedType() const override;
37 bool isVolatileType() const override;
38
39protected:
44};
45
46} // namespace pdb
47} // namespace llvm
48
49#endif
raw_pwrite_stream & OS
PDB_BuiltinType getBuiltinType() const override
uint64_t getLength() const override
bool isUnalignedType() const override
bool isVolatileType() const override
void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override
PDB_SymType getSymTag() const override
bool isConstType() const override
codeview::ModifierOptions Mods
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition: raw_ostream.h:52
ModifierOptions
Equivalent to CV_modifier_t.
Definition: CodeView.h:311
PDB_BuiltinType
These values correspond to the Basictype enumeration, and are documented here: https://msdn....
Definition: PDBTypes.h:335
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn....
Definition: PDBTypes.h:243
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18