Searched refs:DIASourceFile (Results 1 – 5 of 5) sorted by relevance
20 DIASourceFile::DIASourceFile(const DIASession &PDBSession, in DIASourceFile() function in DIASourceFile24 std::string DIASourceFile::getFileName() const { in getFileName()28 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId()33 std::string DIASourceFile::getChecksum() const { in getChecksum()45 PDB_Checksum DIASourceFile::getChecksumType() const { in getChecksumType()54 DIASourceFile::getCompilands() const { in getCompilands()
32 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()41 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
248 const DIASourceFile &RawFile = static_cast<const DIASourceFile &>(File); in findLineNumbers()368 return llvm::make_unique<DIASourceFile>(*this, LocatedFile); in getSourceFileById()
20 class DIASourceFile : public IPDBSourceFile {22 explicit DIASourceFile(const DIASession &Session,
121 exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"