|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/STLExtras.h"#include "llvm/DebugInfo/CodeView/CodeView.h"#include "llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h"#include "llvm/DebugInfo/CodeView/RecordSerialization.h"#include "llvm/DebugInfo/CodeView/TypeIndex.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/BinaryByteStream.h"#include "llvm/Support/BinaryStreamWriter.h"#include "llvm/Support/Endian.h"#include "llvm/Support/Error.h"#include <algorithm>#include <cassert>#include <cstdint>#include <cstring>
Go to the source code of this file.
Functions | |
| static ArrayRef< uint8_t > | stabilize (BumpPtrAllocator &Alloc, ArrayRef< uint8_t > Data) |
|
inlinestatic |
Definition at line 88 of file MergingTypeTableBuilder.cpp.
Referenced by llvm::codeview::MergingTypeTableBuilder::insertRecordAs().
1.8.13