LLVM 22.0.0git
MCCodeView.cpp File Reference

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 (const MCAssembler &Asm, const MCSymbol *Begin, const MCSymbol *End)

Function Documentation

◆ compressAnnotation() [1/2]

bool compressAnnotation ( BinaryAnnotationsOpCode Annotation,
SmallVectorImpl< char > & Buffer )
static

Definition at line 420 of file MCCodeView.cpp.

References compressAnnotation().

◆ compressAnnotation() [2/2]

◆ computeLabelDiff()

◆ encodeSignedNumber()

uint32_t encodeSignedNumber ( uint32_t Data)
static

Definition at line 425 of file MCCodeView.cpp.

References llvm::Data.

Referenced by llvm::CodeViewContext::encodeInlineLineTable().