Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A 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()
H A DDIASession.cpp236 const IPDBSourceFile &File) const { in findLineNumbers()
304 std::unique_ptr<IPDBSourceFile>
353 std::unique_ptr<IPDBSourceFile>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DIPDBSourceFile.cpp20 IPDBSourceFile::~IPDBSourceFile() = default;
22 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const { in dump()
H A DCMakeLists.txt101 IPDBSourceFile.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h23 class IPDBSourceFile {
25 virtual ~IPDBSourceFile();
H A DIPDBSession.h54 const IPDBSourceFile &File) const = 0;
66 virtual std::unique_ptr<IPDBSourceFile>
80 virtual std::unique_ptr<IPDBSourceFile>
H A DPDBTypes.h33 class IPDBSourceFile; variable
70 using IPDBEnumSourceFiles = IPDBEnumChildren<IPDBSourceFile>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h51 const IPDBSourceFile &File) const override;
63 std::unique_ptr<IPDBSourceFile>
76 std::unique_ptr<IPDBSourceFile>
H A DDIAEnumSourceFiles.h20 class DIAEnumSourceFiles : public IPDBEnumChildren<IPDBSourceFile> {
H A DDIASourceFile.h19 class DIASourceFile : public IPDBSourceFile {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h67 const IPDBSourceFile &File) const override;
79 std::unique_ptr<IPDBSourceFile>
92 std::unique_ptr<IPDBSourceFile>
H A DNativeSourceFile.h21 class NativeSourceFile : public IPDBSourceFile {
H A DSymbolCache.h188 std::unique_ptr<IPDBSourceFile> getSourceFileById(SymIndexId FileId) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp267 const IPDBSourceFile &File) const { in findLineNumbers()
296 std::unique_ptr<IPDBSourceFile>
324 std::unique_ptr<IPDBSourceFile>
H A DSymbolCache.cpp608 std::unique_ptr<IPDBSourceFile>
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile10 IPDBSourceFile.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn14 "IPDBSourceFile.cpp",