LLVM  4.0.0
Typedefs | Functions
MappedBlockStream.cpp File Reference
#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"
Include dependency graph for MappedBlockStream.cpp:

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)
 

Typedef Documentation

typedef std::pair<uint32_t, uint32_t> Interval

Definition at line 42 of file MappedBlockStream.cpp.

Function Documentation

static void initializeFpmStreamLayout ( const MSFLayout Layout,
MSFStreamLayout FpmLayout 
)
static
static Interval intersect ( const Interval I1,
const Interval I2 
)
static

Definition at line 43 of file MappedBlockStream.cpp.

References fuzzer::min().

Referenced by llvm::msf::MappedBlockStream::readBytes().