Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp19 DIASourceFile::DIASourceFile(const DIASession &PDBSession, in DIASourceFile() function in DIASourceFile
23 std::string DIASourceFile::getFileName() const { in getFileName()
27 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId()
32 std::string DIASourceFile::getChecksum() const { in getChecksum()
44 PDB_Checksum DIASourceFile::getChecksumType() const { in getChecksumType()
53 DIASourceFile::getCompilands() const { in getCompilands()
H A DDIAEnumSourceFiles.cpp31 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()
40 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
H A DDIASession.cpp239 const DIASourceFile &RawFile = static_cast<const DIASourceFile &>(File); in findLineNumbers()
359 return std::make_unique<DIASourceFile>(*this, LocatedFile); in getSourceFileById()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h19 class DIASourceFile : public IPDBSourceFile {
21 explicit DIASourceFile(const DIASession &Session,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn122 "DIA/DIASourceFile.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt36 DIA/DIASourceFile.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A Dmodule.modulemap132 exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"