LLVM 19.0.0git
TypeSymbolEmitter.h
Go to the documentation of this file.
1//===- TypeSymbolEmitter.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_CODEVIEW_TYPESYMBOLEMITTER_H
10#define LLVM_DEBUGINFO_CODEVIEW_TYPESYMBOLEMITTER_H
11
12namespace llvm {
13class StringRef;
14
15namespace codeview {
16class TypeIndex;
17
19private:
20 TypeSymbolEmitter(const TypeSymbolEmitter &) = delete;
21 TypeSymbolEmitter &operator=(const TypeSymbolEmitter &) = delete;
22
23protected:
25
26public:
27 virtual ~TypeSymbolEmitter() {}
28
29public:
31};
32}
33}
34
35#endif
std::string Name
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:50
A 32-bit type reference.
Definition: TypeIndex.h:96
virtual void writeUserDefinedType(TypeIndex TI, StringRef Name)=0
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18