|
LLVM
4.0.0
|
#include <MSFCommon.h>
Public Member Functions | |
| MSFLayout () | |
Public Attributes | |
| const SuperBlock * | SB |
| BitVector | FreePageMap |
| ArrayRef< support::ulittle32_t > | DirectoryBlocks |
| ArrayRef< support::ulittle32_t > | StreamSizes |
| std::vector< ArrayRef < support::ulittle32_t > > | StreamMap |
Definition at line 52 of file MSFCommon.h.
|
inline |
Definition at line 53 of file MSFCommon.h.
| ArrayRef<support::ulittle32_t> llvm::msf::MSFLayout::DirectoryBlocks |
Definition at line 56 of file MSFCommon.h.
Referenced by llvm::msf::MappedBlockStream::createDirectoryStream(), llvm::msf::WritableMappedBlockStream::createDirectoryStream(), llvm::pdb::PDBFile::getDirectoryBlockArray(), and llvm::pdb::PDBFile::parseFileHeaders().
| BitVector llvm::msf::MSFLayout::FreePageMap |
Definition at line 55 of file MSFCommon.h.
Referenced by llvm::pdb::PDBFile::parseFileHeaders().
| const SuperBlock* llvm::msf::MSFLayout::SB |
Definition at line 54 of file MSFCommon.h.
Referenced by llvm::msf::MappedBlockStream::createDirectoryStream(), llvm::msf::WritableMappedBlockStream::createDirectoryStream(), llvm::msf::MappedBlockStream::createFpmStream(), llvm::msf::WritableMappedBlockStream::createFpmStream(), llvm::msf::MappedBlockStream::createIndexedStream(), llvm::msf::WritableMappedBlockStream::createIndexedStream(), llvm::pdb::PDBFile::getBlockCount(), llvm::pdb::PDBFile::getBlockMapIndex(), llvm::pdb::PDBFile::getBlockMapOffset(), llvm::pdb::PDBFile::getBlockSize(), llvm::msf::getFpmIntervalLength(), llvm::pdb::PDBFile::getFreeBlockMapBlock(), llvm::msf::getFullFpmByteSize(), llvm::pdb::PDBFile::getNumDirectoryBlocks(), llvm::pdb::PDBFile::getNumDirectoryBytes(), llvm::msf::getNumFpmIntervals(), llvm::pdb::PDBFile::getUnknown1(), initializeFpmStreamLayout(), llvm::pdb::PDBFile::parseFileHeaders(), and llvm::pdb::PDBFile::parseStreamData().
| std::vector<ArrayRef<support::ulittle32_t> > llvm::msf::MSFLayout::StreamMap |
| ArrayRef<support::ulittle32_t> llvm::msf::MSFLayout::StreamSizes |
Definition at line 57 of file MSFCommon.h.
Referenced by llvm::msf::MappedBlockStream::createIndexedStream(), llvm::msf::WritableMappedBlockStream::createIndexedStream(), llvm::pdb::PDBFile::getNumStreams(), llvm::pdb::PDBFile::getStreamByteSize(), llvm::pdb::PDBFile::getStreamSizes(), and llvm::pdb::PDBFile::parseStreamData().
1.8.6