10 #ifndef LLVM_DEBUGINFO_PDB_DIA_DIAINJECTEDSOURCE_H 11 #define LLVM_DEBUGINFO_PDB_DIA_DIAINJECTEDSOURCE_H 30 std::string
getCode()
const override;
33 CComPtr<IDiaInjectedSource> SourceFile;
38 #endif // LLVM_DEBUGINFO_PDB_DIA_DIAINJECTEDSOURCE_H This class represents lattice values for constants.
std::string getObjectFileName() const override
std::string getFileName() const override
IPDBInjectedSource defines an interface used to represent source files which were injected directly i...
std::string getCode() const override
uint64_t getCodeByteSize() const override
uint32_t getCrc32() const override
DIAInjectedSource(CComPtr< IDiaInjectedSource > DiaSourceFile)
PDB_SourceCompression getCompression() const override
std::string getVirtualFileName() const override