LLVM
8.0.1
|
#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>
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) |
|
static |
Definition at line 41 of file DWARFAcceleratorTable.cpp.
References llvm::DWARFAcceleratorTable::~DWARFAcceleratorTable().
Referenced by llvm::AppleAcceleratorTable::dump().
|
static |
Definition at line 420 of file DWARFAcceleratorTable.cpp.
References sentinelAttrEnc().
Referenced by llvm::DWARFDebugNames::NameIndex::extract(), llvm::DenseMapInfo< SimpleValue >::getTombstoneKey(), llvm::ilist_node_base< true >::isKnownSentinel(), llvm::ilist_node_impl< ilist_detail::compute_node_options< Instruction, Options... >::type >::isSentinel(), and isSentinel().
|
static |
Definition at line 428 of file DWARFAcceleratorTable.cpp.
References llvm::DWARFDebugNames::Abbrev::Code, llvm::createStringError(), llvm::illegal_byte_sequence, isSentinel(), llvm::ARMBuildAttrs::Section, sentinelAbbrev(), and llvm::Tag.
|
static |
Definition at line 424 of file DWARFAcceleratorTable.cpp.
Referenced by isSentinel().
|
static |
Definition at line 416 of file DWARFAcceleratorTable.cpp.
Referenced by isSentinel().