LLVM
16.0.0git
include
llvm
DebugInfo
PDB
IPDBTable.h
Go to the documentation of this file.
1
//===- IPDBTable.h - Base Interface for a PDB Symbol Context ----*- 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_IPDBTABLE_H
10
#define LLVM_DEBUGINFO_PDB_IPDBTABLE_H
11
12
#include "
PDBTypes.h
"
13
14
namespace
llvm
{
15
namespace
pdb {
16
class
IPDBTable
{
17
public
:
18
virtual
~IPDBTable
();
19
20
virtual
std::string
getName
()
const
= 0;
21
virtual
uint32_t
getItemCount
()
const
= 0;
22
virtual
PDB_TableType
getTableType
()
const
= 0;
23
};
24
}
25
}
26
27
#endif // LLVM_DEBUGINFO_PDB_IPDBTABLE_H
llvm::pdb::IPDBTable::~IPDBTable
virtual ~IPDBTable()
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
llvm::pdb::IPDBTable::getItemCount
virtual uint32_t getItemCount() const =0
llvm::pdb::IPDBTable::getTableType
virtual PDB_TableType getTableType() const =0
llvm::pdb::IPDBTable
Definition:
IPDBTable.h:16
PDBTypes.h
llvm::pdb::IPDBTable::getName
virtual std::string getName() const =0
llvm::pdb::PDB_TableType
PDB_TableType
An enumeration indicating the type of data contained in this table.
Definition:
PDBTypes.h:86
uint32_t
Generated on Mon Aug 15 2022 04:48:00 for LLVM by
1.8.17