LLVM 17.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/BinaryFormat/Dwarf.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 39 of file DWARFAcceleratorTable.cpp.
Referenced by llvm::AppleAcceleratorTable::dump().
|
static |
Definition at line 433 of file DWARFAcceleratorTable.cpp.
References llvm::DWARFDebugNames::Abbrev::Code.
|
static |
Definition at line 425 of file DWARFAcceleratorTable.cpp.
References sentinelAttrEnc().
Referenced by EliminateDuplicatePHINodesSetBasedImpl(), llvm::DWARFDebugNames::NameIndex::extract(), and llvm::ilist_node_base< true >::isKnownSentinel().
|
static |
Definition at line 429 of file DWARFAcceleratorTable.cpp.
|
staticconstexpr |
Definition at line 421 of file DWARFAcceleratorTable.cpp.
Referenced by isSentinel().