|
LLVM
4.0.0
|
#include <GlobalsStream.h>
Public Member Functions | |
| GlobalsStream (std::unique_ptr< msf::MappedBlockStream > Stream) | |
| ~GlobalsStream () | |
| Error | commit () |
| msf::FixedStreamArray < support::ulittle32_t > | getHashBuckets () const |
| uint32_t | getNumBuckets () const |
| Error | reload () |
Definition at line 25 of file GlobalsStream.h.
|
explicit |
Definition at line 20 of file GlobalsStream.cpp.
|
default |
| Error GlobalsStream::commit | ( | ) |
Definition at line 42 of file GlobalsStream.cpp.
References llvm::Error::success().
|
inline |
Definition at line 30 of file GlobalsStream.h.
|
inline |
Definition at line 33 of file GlobalsStream.h.
| Error GlobalsStream::reload | ( | ) |
Definition at line 25 of file GlobalsStream.cpp.
References llvm::pdb::readGSIHashBuckets(), llvm::pdb::readGSIHashHeader(), llvm::pdb::readGSIHashRecords(), llvm::msf::FixedStreamArray< T >::size(), and llvm::Error::success().
1.8.6