LLVM  8.0.1
Functions
DWARFAcceleratorTable.cpp File Reference
#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/DebugInfo/DWARF/DWARFRelocMap.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DJB.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/raw_ostream.h"
#include <cstddef>
#include <cstdint>
#include <utility>
Include dependency graph for DWARFAcceleratorTable.cpp:

Go to the source code of this file.

Functions

static Atom formatAtom (unsigned Atom)
 
static constexpr DWARFDebugNames::AttributeEncoding sentinelAttrEnc ()
 
static bool isSentinel (const DWARFDebugNames::AttributeEncoding &AE)
 
static DWARFDebugNames::Abbrev sentinelAbbrev ()
 
static bool isSentinel (const DWARFDebugNames::Abbrev &Abbr)
 

Function Documentation

◆ formatAtom()

static Atom formatAtom ( unsigned  Atom)
static

◆ isSentinel() [1/2]

static bool isSentinel ( const DWARFDebugNames::AttributeEncoding AE)
static

◆ isSentinel() [2/2]

static bool isSentinel ( const DWARFDebugNames::Abbrev Abbr)
static

◆ sentinelAbbrev()

static DWARFDebugNames::Abbrev sentinelAbbrev ( )
static

Definition at line 424 of file DWARFAcceleratorTable.cpp.

Referenced by isSentinel().

◆ sentinelAttrEnc()

static constexpr DWARFDebugNames::AttributeEncoding sentinelAttrEnc ( )
static

Definition at line 416 of file DWARFAcceleratorTable.cpp.

Referenced by isSentinel().