Searched refs:DIASourceFile (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp1 //===- DIASourceFile.cpp - DIA implementation of IPDBSourceFile -*- C++ -*-===//
9 #include "llvm/DebugInfo/PDB/DIA/DIASourceFile.h"
19 DIASourceFile::DIASourceFile(const DIASession &PDBSession, function in class:DIASourceFile
23 std::string DIASourceFile::getFileName() const {
27 uint32_t DIASourceFile::getUniqueId() const {
32 std::string DIASourceFile::getChecksum() const {
44 PDB_Checksum DIASourceFile::getChecksumType() const {
53 DIASourceFile::getCompilands() const {
H A DDIAEnumSourceFiles.cpp10 #include "llvm/DebugInfo/PDB/DIA/DIASourceFile.h"
31 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item));
40 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item));
H A DDIASession.cpp19 #include "llvm/DebugInfo/PDB/DIA/DIASourceFile.h"
239 const DIASourceFile &RawFile = static_cast<const DIASourceFile &>(File);
359 return std::make_unique<DIASourceFile>(*this, LocatedFile);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h1 //===- DIASourceFile.h - DIA implementation of IPDBSourceFile ---*- C++ -*-===//
19 class DIASourceFile : public IPDBSourceFile { class in namespace:llvm::pdb
21 explicit DIASourceFile(const DIASession &Session,

Completed in 61 milliseconds