Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
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()
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()
DDIASession.cpp239 const DIASourceFile &RawFile = static_cast<const DIASourceFile &>(File); in findLineNumbers()
359 return std::make_unique<DIASourceFile>(*this, LocatedFile); in getSourceFileById()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h19 class DIASourceFile : public IPDBSourceFile {
21 explicit DIASourceFile(const DIASession &Session,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt31 DIA/DIASourceFile.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap123 exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"