Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp15 NativeSourceFile::NativeSourceFile(NativeSession &Session, uint32_t FileId, in NativeSourceFile() function in NativeSourceFile
19 std::string NativeSourceFile::getFileName() const { in getFileName()
34 uint32_t NativeSourceFile::getUniqueId() const { return FileId; } in getUniqueId()
36 std::string NativeSourceFile::getChecksum() const { in getChecksum()
40 PDB_Checksum NativeSourceFile::getChecksumType() const { in getChecksumType()
45 NativeSourceFile::getCompilands() const { in getCompilands()
H A DSymbolCache.cpp616 return std::unique_ptr<NativeSourceFile>( in getSourceFileById()
617 new NativeSourceFile(*SourceFiles[FileId].get())); in getSourceFileById()
627 auto SrcFile = std::make_unique<NativeSourceFile>(Session, Id, Checksums); in getOrCreateSourceFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h21 class NativeSourceFile : public IPDBSourceFile {
23 explicit NativeSourceFile(NativeSession &Session, uint32_t FileId,
H A DSymbolCache.h57 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles;
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile82 NativeSourceFile.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn44 "Native/NativeSourceFile.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt70 Native/NativeSourceFile.cpp