LLVM 20.0.0git
|
#include "AddressPool.h"
#include "DebugLocEntry.h"
#include "DebugLocStream.h"
#include "DwarfFile.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/CodeGen/AccelTable.h"
#include "llvm/CodeGen/DbgEntityHistoryCalculator.h"
#include "llvm/CodeGen/DebugHandlerBase.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/Metadata.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Target/TargetOptions.h"
#include <cassert>
#include <cstdint>
#include <limits>
#include <memory>
#include <utility>
#include <variant>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::DbgEntity |
This class is defined as the common parent of DbgVariable and DbgLabel such that it could levarage polymorphism to extract common code for DbgVariable and DbgLabel. More... | |
struct | llvm::FrameIndexExpr |
Proxy for one MMI entry. More... | |
struct | llvm::EntryValueInfo |
Represents an entry-value location, or a fragment of one. More... | |
class | llvm::Loc::Single |
Single value location description. More... | |
class | llvm::Loc::Multi |
Multi-value location description. More... | |
struct | llvm::Loc::MMI |
Single location defined by (potentially multiple) MMI entries. More... | |
struct | llvm::Loc::EntryValue |
Single location defined by (potentially multiple) EntryValueInfo. More... | |
class | llvm::DbgVariable |
This class is used to track local variable information. More... | |
class | llvm::DbgLabel |
This class is used to track label information. More... | |
class | llvm::DbgCallSiteParam |
Used for tracking debug info about call site parameters. More... | |
struct | llvm::SymbolCU |
Helper used to pair up a symbol and its DWARF compile unit. More... | |
class | llvm::DwarfDebug |
Collects and handles dwarf debug information. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::Loc |
Typedefs | |
using | llvm::Loc::Variant = std::variant< std::monostate, Loc::Single, Loc::Multi, Loc::MMI, Loc::EntryValue > |
Alias for the std::variant specialization base class of DbgVariable. | |
using | llvm::ParamSet = SmallVector< DbgCallSiteParam, 4 > |
Collection used for storing debug call site parameters. | |
Enumerations | |
enum class | llvm::AccelTableKind { llvm::Default , llvm::None , llvm::Apple , llvm::Dwarf } |
The kind of accelerator tables we should emit. More... | |
Functions | |
bool | llvm::operator< (const struct FrameIndexExpr &LHS, const struct FrameIndexExpr &RHS) |
bool | llvm::operator< (const struct EntryValueInfo &LHS, const struct EntryValueInfo &RHS) |