Home
last modified time | relevance | path

Searched refs:PDBFile (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp42 PDBFile::PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer, in PDBFile() function in PDBFile
46 PDBFile::~PDBFile() = default;
48 StringRef PDBFile::getFilePath() const { return FilePath; } in getFilePath()
50 StringRef PDBFile::getFileDirectory() const { in getFileDirectory()
54 uint32_t PDBFile::getBlockSize() const { return ContainerLayout.SB->BlockSize; } in getBlockSize()
56 uint32_t PDBFile::getFreeBlockMapBlock() const { in getFreeBlockMapBlock()
60 uint32_t PDBFile::getBlockCount() const { in getBlockCount()
64 uint32_t PDBFile::getNumDirectoryBytes() const { in getNumDirectoryBytes()
68 uint32_t PDBFile::getBlockMapIndex() const { in getBlockMapIndex()
72 uint32_t PDBFile::getUnknown1() const { return ContainerLayout.SB->Unknown1; } in getUnknown1()
[all …]
DNativeEnumInjectedSources.cpp38 PDBFile &File;
42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource()
96 PDBFile &File, const InjectedSourceStream &IJS, in NativeEnumInjectedSources()
DDbiStream.cpp52 Error DbiStream::reload(PDBFile *Pdb) { in reload()
258 Error DbiStream::initializeSectionHeadersData(PDBFile *Pdb) { in initializeSectionHeadersData()
284 Error DbiStream::initializeOldFpoRecords(PDBFile *Pdb) { in initializeOldFpoRecords()
308 Error DbiStream::initializeNewFpoRecords(PDBFile *Pdb) { in initializeNewFpoRecords()
326 DbiStream::createIndexedStreamForHeaderType(PDBFile *Pdb, in createIndexedStreamForHeaderType()
DNativeSession.cpp43 static DbiStream *getDbiStreamPtr(PDBFile &File) { in getDbiStreamPtr()
52 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession()
66 auto File = std::make_unique<PDBFile>(Path, std::move(Stream), *Allocator); in createFromPdb()
DTpiStream.cpp36 TpiStream::TpiStream(PDBFile &File, std::unique_ptr<MappedBlockStream> Stream) in TpiStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h34 class PDBFile; variable
43 Error reload(PDBFile *Pdb);
95 Error initializeSectionHeadersData(PDBFile *Pdb);
97 Error initializeOldFpoRecords(PDBFile *Pdb);
98 Error initializeNewFpoRecords(PDBFile *Pdb);
101 createIndexedStreamForHeaderType(PDBFile *Pdb, DbgHeaderType Type) const;
DNativeSession.h25 class PDBFile; variable
30 NativeSession(std::unique_ptr<PDBFile> PdbFile,
97 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile()
98 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile()
107 std::unique_ptr<PDBFile> Pdb;
DTpiStream.h31 class PDBFile; variable
37 TpiStream(PDBFile &File, std::unique_ptr<msf::MappedBlockStream> Stream);
76 PDBFile &Pdb;
DNativeEnumInjectedSources.h24 NativeEnumInjectedSources(PDBFile &File, const InjectedSourceStream &IJS,
34 PDBFile &File;
DPDBFile.h42 class PDBFile : public msf::IMSFFile {
46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
48 ~PDBFile() override;
DSymbolStream.h21 class PDBFile; variable
DInjectedSourceStream.h21 class PDBFile; variable
DPublicsStream.h25 class PDBFile; variable
DInfoStream.h26 class PDBFile; variable
DInfoStreamBuilder.h27 class PDBFile; variable
DGlobalsStream.h24 class PDBFile; variable
DTpiStreamBuilder.h43 class PDBFile;
DDbiStreamBuilder.h41 class PDBFile; variable
DSymbolCache.h25 class PDBFile; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt70 Native/PDBFile.cpp
/third_party/openh264/build/
DAutoBuildForWindows.bat81 set PDBFile=openh264.pdb variable
443 set aFileList=%DllFile% %LibFile% %PDBFile% %UTBinFile% %EncBinFile% %DecBinFile%