9#ifndef LLVM_DEBUGINFO_PDB_DIA_DIASOURCEFILE_H
10#define LLVM_DEBUGINFO_PDB_DIA_DIASOURCEFILE_H
22 CComPtr<IDiaSourceFile> DiaSourceFile);
28 std::unique_ptr<IPDBEnumChildren<PDBSymbolCompiland>>
31 CComPtr<IDiaSourceFile>
getDiaFile()
const {
return SourceFile; }
35 CComPtr<IDiaSourceFile> SourceFile;
uint32_t getUniqueId() const override
CComPtr< IDiaSourceFile > getDiaFile() const
std::string getFileName() const override
std::unique_ptr< IPDBEnumChildren< PDBSymbolCompiland > > getCompilands() const override
std::string getChecksum() const override
PDB_Checksum getChecksumType() const override
IPDBSourceFile defines an interface used to represent source files whose information are stored in th...
PDB_Checksum
Specifies the hash algorithm that a source file from a PDB was hashed with.
This is an optimization pass for GlobalISel generic memory operations.