Home
last modified time | relevance | path

Searched refs:NativeSourceFile (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp17 NativeSourceFile::NativeSourceFile(NativeSession &Session, uint32_t FileId, in NativeSourceFile() function in NativeSourceFile
21 std::string NativeSourceFile::getFileName() const { in getFileName()
36 uint32_t NativeSourceFile::getUniqueId() const { return FileId; } in getUniqueId()
38 std::string NativeSourceFile::getChecksum() const { in getChecksum()
42 PDB_Checksum NativeSourceFile::getChecksumType() const { in getChecksumType()
47 NativeSourceFile::getCompilands() const { in getCompilands()
H A DSymbolCache.cpp621 return std::unique_ptr<NativeSourceFile>( in getSourceFileById()
622 new NativeSourceFile(*SourceFiles[FileId].get())); in getSourceFileById()
632 auto SrcFile = std::make_unique<NativeSourceFile>(Session, Id, Checksums); in getOrCreateSourceFile()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h22 class NativeSourceFile : public IPDBSourceFile {
24 explicit NativeSourceFile(NativeSession &Session, uint32_t FileId,
H A DSymbolCache.h63 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn48 "Native/NativeSourceFile.cpp",
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt73 Native/NativeSourceFile.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5238 llvm/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h
5976 llvm/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp