Searched refs:DIASourceFile (Results 1 – 6 of 6) sorted by relevance
17 DIASourceFile::DIASourceFile(const DIASession &PDBSession, in DIASourceFile() function in DIASourceFile21 std::string DIASourceFile::getFileName() const { in getFileName()34 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId()39 std::string DIASourceFile::getChecksum() const { in getChecksum()51 PDB_Checksum DIASourceFile::getChecksumType() const { in getChecksumType()59 std::unique_ptr<IPDBEnumSymbols> DIASourceFile::getCompilands() const { in getCompilands()
31 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()40 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
196 return llvm::make_unique<DIASourceFile>(*this, LocatedFile); in getSourceFileById()
19 class DIASourceFile : public IPDBSourceFile {21 explicit DIASourceFile(const DIASession &Session,
23 DIA/DIASourceFile.cpp
82 exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"