LLVM 19.0.0git
SymbolVisitorDelegate.h
Go to the documentation of this file.
1//===-- SymbolVisitorDelegate.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_SYMBOLVISITORDELEGATE_H
10#define LLVM_DEBUGINFO_CODEVIEW_SYMBOLVISITORDELEGATE_H
11
12#include "llvm/ADT/StringRef.h"
13#include <cstdint>
14
15namespace llvm {
16
17class BinaryStreamReader;
18
19namespace codeview {
20
21class DebugStringTableSubsectionRef;
22
24public:
25 virtual ~SymbolVisitorDelegate() = default;
26
30};
31
32} // end namespace codeview
33
34} // end namespace llvm
35
36#endif // LLVM_DEBUGINFO_CODEVIEW_SYMBOLVISITORDELEGATE_H
Provides read only access to a subclass of BinaryStream.
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:50
Represents a read-only view of a CodeView string table.
virtual uint32_t getRecordOffset(BinaryStreamReader Reader)=0
virtual DebugStringTableSubsectionRef getStringTable()=0
virtual StringRef getFileNameForFileOffset(uint32_t FileOffset)=0
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18