10 #ifndef LLVM_DEBUGINFO_PDB_DIA_DIASOURCEFILE_H
11 #define LLVM_DEBUGINFO_PDB_DIA_DIASOURCEFILE_H
22 CComPtr<IDiaSourceFile> DiaSourceFile);
28 std::unique_ptr<IPDBEnumSymbols>
getCompilands()
const override;
32 CComPtr<IDiaSourceFile> SourceFile;
std::string getFileName() const override
std::unique_ptr< IPDBEnumSymbols > getCompilands() const override
PDB_Checksum getChecksumType() const override
DIASourceFile(const DIASession &Session, CComPtr< IDiaSourceFile > DiaSourceFile)
uint32_t getUniqueId() const override
PDB_Checksum
Specifies the hash algorithm that a source file from a PDB was hashed with.
std::string getChecksum() const override
IPDBSourceFile defines an interface used to represent source files whose information are stored in th...