LLVM
8.0.1
|
#include "llvm/MC/MCCodeView.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/Line.h"
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCObjectStreamer.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/EndianStream.h"
Go to the source code of this file.
Functions | |
static bool | compressAnnotation (uint32_t Data, SmallVectorImpl< char > &Buffer) |
static bool | compressAnnotation (BinaryAnnotationsOpCode Annotation, SmallVectorImpl< char > &Buffer) |
static uint32_t | encodeSignedNumber (uint32_t Data) |
static unsigned | computeLabelDiff (MCAsmLayout &Layout, const MCSymbol *Begin, const MCSymbol *End) |
|
static |
Definition at line 388 of file MCCodeView.cpp.
References llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by compressAnnotation(), and llvm::CodeViewContext::encodeInlineLineTable().
|
static |
Definition at line 411 of file MCCodeView.cpp.
References compressAnnotation().
|
static |
Definition at line 445 of file MCCodeView.cpp.
Referenced by llvm::CodeViewContext::encodeDefRange(), and llvm::CodeViewContext::encodeInlineLineTable().
Definition at line 416 of file MCCodeView.cpp.
Referenced by llvm::CodeViewContext::encodeInlineLineTable().