Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumSourceFiles.cpp25 std::unique_ptr<IPDBSourceFile>
31 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()
34 std::unique_ptr<IPDBSourceFile> DIAEnumSourceFiles::getNext() { in getNext()
40 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumSourceFiles.cpp25 std::unique_ptr<IPDBSourceFile>
31 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()
34 std::unique_ptr<IPDBSourceFile> DIAEnumSourceFiles::getNext() { in getNext()
40 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
/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/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp20 IPDBSourceFile::~IPDBSourceFile() = default;
22 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const { in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp20 IPDBSourceFile::~IPDBSourceFile() = default;
22 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const { in dump()
/external/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp19 IPDBSourceFile::~IPDBSourceFile() {} in ~IPDBSourceFile()
21 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const { in dump()
/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> {
/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/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();
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h23 class IPDBSourceFile {
25 virtual ~IPDBSourceFile();
DIPDBSession.h54 const IPDBSourceFile &File) const = 0;
66 virtual std::unique_ptr<IPDBSourceFile>
80 virtual std::unique_ptr<IPDBSourceFile>
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h23 class IPDBSourceFile {
25 virtual ~IPDBSourceFile();
DIPDBSession.h55 const IPDBSourceFile &File) const = 0;
67 virtual std::unique_ptr<IPDBSourceFile>
81 virtual std::unique_ptr<IPDBSourceFile>
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h25 class IPDBSourceFile; variable
71 const IPDBSourceFile &File) const override;
83 std::unique_ptr<IPDBSourceFile>
96 std::unique_ptr<IPDBSourceFile>
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h51 const IPDBSourceFile &File) const override;
63 std::unique_ptr<IPDBSourceFile>
76 std::unique_ptr<IPDBSourceFile>
DDIAEnumSourceFiles.h20 class DIAEnumSourceFiles : public IPDBEnumChildren<IPDBSourceFile> {
DDIASourceFile.h19 class DIASourceFile : public IPDBSourceFile {
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h51 const IPDBSourceFile &File) const override;
63 std::unique_ptr<IPDBSourceFile>
76 std::unique_ptr<IPDBSourceFile>
DDIAEnumSourceFiles.h20 class DIAEnumSourceFiles : public IPDBEnumChildren<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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h59 const IPDBSourceFile &File) const override;
71 std::unique_ptr<IPDBSourceFile>
84 std::unique_ptr<IPDBSourceFile>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp124 const IPDBSourceFile &File) const { in findLineNumbers()
152 std::unique_ptr<IPDBSourceFile>
180 std::unique_ptr<IPDBSourceFile>

12