LLVM 20.0.0git
|
#include "llvm/DebugInfo/MSF/MappedBlockStream.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/DebugInfo/MSF/MSFCommon.h"
#include "llvm/Support/BinaryStreamWriter.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MathExtras.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstring>
#include <utility>
#include <vector>
Go to the source code of this file.
Typedefs | |
using | Interval = std::pair< uint64_t, uint64_t > |
Functions | |
static Interval | intersect (const Interval &I1, const Interval &I2) |
Definition at line 36 of file MappedBlockStream.cpp.