Home
last modified time | relevance | path

Searched refs:IPDBSourceFile (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumSourceFiles.cpp26 std::unique_ptr<IPDBSourceFile>
32 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()
35 std::unique_ptr<IPDBSourceFile> DIAEnumSourceFiles::getNext() { in getNext()
41 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
DDIASession.cpp180 const IPDBSourceFile &File) const { in findLineNumbers()
225 std::unique_ptr<IPDBSourceFile>
274 std::unique_ptr<IPDBSourceFile>
/external/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp19 IPDBSourceFile::~IPDBSourceFile() {} in ~IPDBSourceFile()
21 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const { in dump()
DCMakeLists.txt56 IPDBSourceFile.cpp
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h42 const IPDBSourceFile &File) const override;
49 std::unique_ptr<IPDBSourceFile>
62 std::unique_ptr<IPDBSourceFile>
DDIAEnumSourceFiles.h20 class DIAEnumSourceFiles : public IPDBEnumChildren<IPDBSourceFile> {
DDIASourceFile.h20 class DIASourceFile : public IPDBSourceFile {
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h52 const IPDBSourceFile &File) const = 0;
59 virtual std::unique_ptr<IPDBSourceFile>
73 virtual std::unique_ptr<IPDBSourceFile>
DIPDBSourceFile.h24 class IPDBSourceFile {
26 virtual ~IPDBSourceFile();
DPDBTypes.h30 class IPDBSourceFile; variable
33 typedef IPDBEnumChildren<IPDBSourceFile> IPDBEnumSourceFiles;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h41 const IPDBSourceFile &File) const override;
48 std::unique_ptr<IPDBSourceFile>
61 std::unique_ptr<IPDBSourceFile>
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp95 const IPDBSourceFile &File) const { in findLineNumbers()
111 std::unique_ptr<IPDBSourceFile>
139 std::unique_ptr<IPDBSourceFile>
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp72 std::unique_ptr<IPDBSourceFile>
83 const IPDBSourceFile &File) const override { in findLineNumbers()
95 std::unique_ptr<IPDBSourceFile>