Home
last modified time | relevance | path

Searched refs:DIASourceFile (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp20 DIASourceFile::DIASourceFile(const DIASession &PDBSession, in DIASourceFile() function in DIASourceFile
24 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()
H A DDIAEnumSourceFiles.cpp32 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()
41 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
H A DDIASession.cpp248 const DIASourceFile &RawFile = static_cast<const DIASourceFile &>(File); in findLineNumbers()
368 return llvm::make_unique<DIASourceFile>(*this, LocatedFile); in getSourceFileById()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h20 class DIASourceFile : public IPDBSourceFile {
22 explicit DIASourceFile(const DIASession &Session,
/freebsd-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap121 exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"