Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp17 DIASourceFile::DIASourceFile(const DIASession &PDBSession, in DIASourceFile() function in DIASourceFile
21 std::string DIASourceFile::getFileName() const { in getFileName()
34 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId()
39 std::string DIASourceFile::getChecksum() const { in getChecksum()
51 PDB_Checksum DIASourceFile::getChecksumType() const { in getChecksumType()
59 std::unique_ptr<IPDBEnumSymbols> 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.cpp196 return llvm::make_unique<DIASourceFile>(*this, LocatedFile); in getSourceFileById()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h19 class DIASourceFile : public IPDBSourceFile {
21 explicit DIASourceFile(const DIASession &Session,
/external/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt23 DIA/DIASourceFile.cpp
/external/llvm/include/llvm/
Dmodule.modulemap82 exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"