LLVM 19.0.0git
PDBSymbolCompiland.h
Go to the documentation of this file.
1//===- PDBSymbolCompiland.h - Accessors for querying PDB compilands -----*-===//
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#ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLCOMPILAND_H
9#define LLVM_DEBUGINFO_PDB_PDBSYMBOLCOMPILAND_H
10
11#include "PDBSymbol.h"
12#include "PDBTypes.h"
13#include <string>
14
15namespace llvm {
16
17class raw_ostream;
18
19namespace pdb {
20
23public:
24 void dump(PDBSymDumper &Dumper) const override;
25
26 FORWARD_SYMBOL_METHOD(isEditAndContinueEnabled)
27 FORWARD_SYMBOL_ID_METHOD(getLexicalParent)
28 FORWARD_SYMBOL_METHOD(getLibraryName)
30
31 std::string getSourceFileName() const;
32 std::string getSourceFileFullPath() const;
33};
34}
35}
36
37#endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLCOMPILAND_H
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
Definition: PDBSymbol.h:48
#define FORWARD_SYMBOL_ID_METHOD(MethodName)
Definition: PDBSymbol.h:34
#define FORWARD_SYMBOL_METHOD(MethodName)
Definition: PDBSymbol.h:17
std::string getSourceFileName() const
std::string getSourceFileFullPath() const
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e....
Definition: PDBSymbol.h:71
std::string getName() const
Definition: PDBSymbol.cpp:183
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18