Searched refs:IPDBSourceFile (Results 1 – 15 of 15) sorted by relevance
25 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()
236 const IPDBSourceFile &File) const { in findLineNumbers()304 std::unique_ptr<IPDBSourceFile>353 std::unique_ptr<IPDBSourceFile>
20 IPDBSourceFile::~IPDBSourceFile() = default;22 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const { in dump()
25 class IPDBSourceFile; variable71 const IPDBSourceFile &File) const override;83 std::unique_ptr<IPDBSourceFile>96 std::unique_ptr<IPDBSourceFile>
22 class NativeSourceFile : public IPDBSourceFile {
31 class IPDBSourceFile; variable194 std::unique_ptr<IPDBSourceFile> getSourceFileById(SymIndexId FileId) const;
23 class IPDBSourceFile {25 virtual ~IPDBSourceFile();
54 const IPDBSourceFile &File) const = 0;66 virtual std::unique_ptr<IPDBSourceFile>80 virtual std::unique_ptr<IPDBSourceFile>
33 class IPDBSourceFile; variable70 using IPDBEnumSourceFiles = IPDBEnumChildren<IPDBSourceFile>;
51 const IPDBSourceFile &File) const override;63 std::unique_ptr<IPDBSourceFile>76 std::unique_ptr<IPDBSourceFile>
20 class DIAEnumSourceFiles : public IPDBEnumChildren<IPDBSourceFile> {
19 class DIASourceFile : public IPDBSourceFile {
16 #include "llvm/DebugInfo/PDB/IPDBSourceFile.h"276 const IPDBSourceFile &File) const { in findLineNumbers() 305 std::unique_ptr<IPDBSourceFile>333 std::unique_ptr<IPDBSourceFile>
613 std::unique_ptr<IPDBSourceFile>
585 SRCS_EXT+= DebugInfo/PDB/IPDBSourceFile.cpp