HomeSort by: relevance | last modified time | path
    Searched defs:PDBFile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 1 //===- PDBFile.h - Low level interface to a PDB file ------------*- C++ -*-===//
42 class PDBFile : public msf::IMSFFile {
46 PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
48 ~PDBFile() override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp 1 //===- PDBFile.cpp - Low level interface to a PDB file ----------*- C++ -*-===//
9 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
42 PDBFile::PDBFile(StringRef Path, std::unique_ptr<BinaryStream> PdbFileBuffer,
47 PDBFile::~PDBFile() = default;
49 StringRef PDBFile::getFilePath() const { return FilePath; }
51 StringRef PDBFile::getFileDirectory() const {
55 uint32_t PDBFile::getBlockSize() const { return ContainerLayout.SB->BlockSize; }
57 uint32_t PDBFile::getFreeBlockMapBlock() const
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 28 class PDBFile;
31 typedef llvm::PointerUnion<object::COFFObjectFile *, pdb::PDBFile *>
206 enum class InputFileType { PDBFile, PDBStream, DBIStream, Names, ModuleStream };

Completed in 36 milliseconds