LLVM
15.0.0git
|
#include "llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/None.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorHandling.h"
#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 81 of file GlobalTypeTableBuilder.cpp.
References llvm::BumpPtrAllocatorImpl< AllocatorT, SlabSize, SizeThreshold, GrowthDelay >::Allocate(), llvm::Data, llvm::makeArrayRef(), and memcpy().
Referenced by llvm::codeview::GlobalTypeTableBuilder::replaceType().