LLVM 22.0.0git
PDB.h
Go to the documentation of this file.
1//===- PDB.h - base header file for creating a PDB reader -------*- 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_PDB_H
10#define LLVM_DEBUGINFO_PDB_PDB_H
11
12#include "llvm/ADT/StringRef.h"
15#include "llvm/Support/Error.h"
16#include <memory>
17
18namespace llvm {
19namespace pdb {
20
21class IPDBSession;
22
24 std::unique_ptr<IPDBSession> &Session);
25
27 std::unique_ptr<IPDBSession> &Session);
28
29} // end namespace pdb
30} // end namespace llvm
31
32#endif // LLVM_DEBUGINFO_PDB_PDB_H
#define LLVM_ABI
Definition: Compiler.h:213
LLVM_ABI Error loadDataForEXE(PDB_ReaderType Type, StringRef Path, std::unique_ptr< IPDBSession > &Session)
Definition: PDB.cpp:35
PDB_ReaderType
Specifies which PDB reader implementation is to be used.
Definition: PDBTypes.h:80
LLVM_ABI Error loadDataForPDB(PDB_ReaderType Type, StringRef Path, std::unique_ptr< IPDBSession > &Session)
Definition: PDB.cpp:22
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18