LLVM  4.0.0
Public Member Functions | List of all members
llvm::codeview::TypeTableBuilder Class Reference

#include <TypeTableBuilder.h>

Public Member Functions

 TypeTableBuilder (BumpPtrAllocator &Allocator)
 
 TypeTableBuilder (const TypeTableBuilder &)=delete
 
TypeTableBuilderoperator= (const TypeTableBuilder &)=delete
 
bool empty () const
 
BumpPtrAllocatorgetAllocator () const
 
template<typename T >
TypeIndex writeKnownType (T &Record)
 
TypeIndex writeSerializedRecord (MutableArrayRef< uint8_t > Record)
 
template<typename TFunc >
void ForEachRecord (TFunc Func)
 
ArrayRef< MutableArrayRef
< uint8_t > > 
records () const
 

Detailed Description

Definition at line 28 of file TypeTableBuilder.h.

Constructor & Destructor Documentation

llvm::codeview::TypeTableBuilder::TypeTableBuilder ( BumpPtrAllocator Allocator)
inlineexplicit

Definition at line 40 of file TypeTableBuilder.h.

llvm::codeview::TypeTableBuilder::TypeTableBuilder ( const TypeTableBuilder )
delete

Member Function Documentation

bool llvm::codeview::TypeTableBuilder::empty ( ) const
inline

Definition at line 45 of file TypeTableBuilder.h.

References llvm::codeview::TypeSerializer::records().

template<typename TFunc >
void llvm::codeview::TypeTableBuilder::ForEachRecord ( TFunc  Func)
inline
BumpPtrAllocator& llvm::codeview::TypeTableBuilder::getAllocator ( ) const
inline

Definition at line 47 of file TypeTableBuilder.h.

TypeTableBuilder& llvm::codeview::TypeTableBuilder::operator= ( const TypeTableBuilder )
delete
ArrayRef<MutableArrayRef<uint8_t> > llvm::codeview::TypeTableBuilder::records ( ) const
inline

Definition at line 80 of file TypeTableBuilder.h.

References llvm::codeview::TypeSerializer::records().

template<typename T >
TypeIndex llvm::codeview::TypeTableBuilder::writeKnownType ( T Record)
inline
TypeIndex llvm::codeview::TypeTableBuilder::writeSerializedRecord ( MutableArrayRef< uint8_t >  Record)
inline

The documentation for this class was generated from the following file: