LLVM  8.0.1
Functions
TypeStreamMerger.cpp File Reference
#include "llvm/DebugInfo/CodeView/TypeStreamMerger.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h"
#include "llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h"
#include "llvm/DebugInfo/CodeView/TypeDeserializer.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/DebugInfo/CodeView/TypeIndexDiscovery.h"
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
#include "llvm/Support/Error.h"
Include dependency graph for TypeStreamMerger.cpp:

Go to the source code of this file.

Functions

static size_t slotForIndex (TypeIndex Idx)
 
static bool isIdRecord (TypeLeafKind K)
 

Function Documentation

◆ isIdRecord()

static bool isIdRecord ( TypeLeafKind  K)
static

◆ slotForIndex()

static size_t slotForIndex ( TypeIndex  Idx)
inlinestatic