|
LLVM
4.0.0
|
#include "llvm/DebugInfo/MSF/MappedBlockStream.h"#include "llvm/DebugInfo/MSF/IMSFFile.h"#include "llvm/DebugInfo/MSF/MSFCommon.h"#include "llvm/DebugInfo/MSF/MSFError.h"#include "llvm/DebugInfo/MSF/MSFStreamLayout.h"Go to the source code of this file.
Typedefs | |
| typedef std::pair< uint32_t, uint32_t > | Interval |
Functions | |
| static void | initializeFpmStreamLayout (const MSFLayout &Layout, MSFStreamLayout &FpmLayout) |
| static Interval | intersect (const Interval &I1, const Interval &I2) |
Definition at line 42 of file MappedBlockStream.cpp.
|
static |
Definition at line 29 of file MappedBlockStream.cpp.
References assert(), llvm::msf::MSFStreamLayout::Blocks, llvm::msf::SuperBlock::FreeBlockMapBlock, llvm::msf::getFpmIntervalLength(), llvm::msf::getFullFpmByteSize(), llvm::msf::getNumFpmIntervals(), llvm::msf::MSFStreamLayout::Length, and llvm::msf::MSFLayout::SB.
Referenced by llvm::msf::MappedBlockStream::createFpmStream(), and llvm::msf::WritableMappedBlockStream::createFpmStream().
Definition at line 43 of file MappedBlockStream.cpp.
References fuzzer::min().
Referenced by llvm::msf::MappedBlockStream::readBytes().
1.8.6